Skip to content

Commit e67e4d3

Browse files
committed
Version 0.4.4
1 parent 282e515 commit e67e4d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.3
2+
current_version = 0.4.4
33
tag = True
44
tag_name = {new_version}
55
commit = True

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__ = "maciag.artur@gmail.com"
10-
__version__ = "0.4.3"
10+
__version__ = "0.4.4"
1111
__url__ = "https://github.com/p1c2u/pathable"
1212
__license__ = "Apache License, Version 2.0"
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ strict = true
3535

3636
[tool.poetry]
3737
name = "pathable"
38-
version = "0.4.3"
38+
version = "0.4.4"
3939
description = "Object-oriented paths"
4040
authors = ["Artur Maciag <maciag.artur@gmail.com>"]
4141
license = "Apache-2.0"

0 commit comments

Comments
 (0)