We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282e515 commit e67e4d3Copy full SHA for e67e4d3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.3
+current_version = 0.4.4
3
tag = True
4
tag_name = {new_version}
5
commit = True
pathable/__init__.py
@@ -7,7 +7,7 @@
7
8
__author__ = "Artur Maciag"
9
__email__ = "maciag.artur@gmail.com"
10
-__version__ = "0.4.3"
+__version__ = "0.4.4"
11
__url__ = "https://github.com/p1c2u/pathable"
12
__license__ = "Apache License, Version 2.0"
13
pyproject.toml
@@ -35,7 +35,7 @@ strict = true
35
36
[tool.poetry]
37
name = "pathable"
38
-version = "0.4.3"
+version = "0.4.4"
39
description = "Object-oriented paths"
40
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
41
license = "Apache-2.0"
0 commit comments