Skip to content

Commit 87c6c46

Browse files
committed
Version 0.4.2
1 parent 08d379f commit 87c6c46

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.1
2+
current_version = 0.4.2
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__ = "[email protected]"
10-
__version__ = "0.4.1"
10+
__version__ = "0.4.2"
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.1"
38+
version = "0.4.2"
3939
description = "Object-oriented paths"
4040
authors = ["Artur Maciag <[email protected]>"]
4141
license = "Apache License, Version 2.0"

0 commit comments

Comments
 (0)