Skip to content

Commit 6d24cf1

Browse files
committed
Bump version: 0.1.21 → 0.1.22
1 parent 484b95f commit 6d24cf1

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.1.21
2+
current_version = 0.1.22
33
commit = True
44
tag = True
55

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2019 Dominic Davis-Foster <[email protected]>
2222
"""
2323

24-
VERSION = "0.1.21"
24+
VERSION = "0.1.22"
2525

2626
modname = "domdf_python_tools"
2727
py_modules = None

domdf_python_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
__copyright__ = "2014-2019 Dominic Davis-Foster"
2626

2727
__license__ = "LGPLv3+"
28-
__version__ = "0.1.21"
28+
__version__ = "0.1.22"
2929
__email__ = "[email protected]"

0 commit comments

Comments
 (0)