Skip to content

Commit 01400e9

Browse files
committed
Version 0.5.0a4
1 parent 64fcc19 commit 01400e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pathable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__author__ = "Artur Maciag"
99
__email__ = "[email protected]"
10-
__version__ = "0.5.0a3"
10+
__version__ = "0.5.0a4"
1111
__url__ = "https://github.com/p1c2u/pathable"
1212
__license__ = "Apache License, Version 2.0"
1313

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ strict = true
3535

3636
[tool.poetry]
3737
name = "pathable"
38-
version = "0.5.0a3"
38+
version = "0.5.0a4"
3939
description = "Object-oriented paths"
4040
authors = ["Artur Maciag <[email protected]>"]
4141
license = "Apache-2.0"
@@ -100,7 +100,7 @@ message_template = "Version {new_version}"
100100
tag_template = "{new_version}"
101101

102102
[tool.tbump.version]
103-
current = "0.5.0a3"
103+
current = "0.5.0a4"
104104
regex = '''
105105
(?P<major>\d+)
106106
\.

0 commit comments

Comments
 (0)