Skip to content

Commit 54ab0f1

Browse files
committed
Bump version: 0.1.16 → 0.1.17
1 parent 33d39eb commit 54ab0f1

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

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2019 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2020
"""
2121

22-
VERSION = "0.1.16"
22+
VERSION = "0.1.17"
2323

2424
modname = "domdf_python_tools"
2525
py_modules = None

domdf_python_tools/__init__.py

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

2929
__license__ = "LGPL"
30-
__version__ = "0.1.16"
30+
__version__ = "0.1.17"
3131
__email__ = "dominic@davis-foster.co.uk"

0 commit comments

Comments
 (0)