Skip to content

Commit 247b219

Browse files
committed
Version 0.5.0a2
1 parent 48426e6 commit 247b219

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.0a1"
10+
__version__ = "0.5.0a2"
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.0a1"
38+
version = "0.5.0a2"
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.0a1"
103+
current = "0.5.0a2"
104104
regex = '''
105105
(?P<major>\d+)
106106
\.

0 commit comments

Comments
 (0)