Skip to content

Commit d22d597

Browse files
committed
Bump version: 0.1.15 → 0.1.16
1 parent eabe02c commit d22d597

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.15
2+
current_version = 0.1.16
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 <[email protected]>
2020
"""
2121

22-
VERSION = "0.1.15"
22+
VERSION = "0.1.16"
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,7 +27,7 @@
2727
__copyright__ = "2014-2019 Dominic Davis-Foster"
2828

2929
__license__ = "LGPL"
30-
__version__ = "0.1.15"
30+
__version__ = "0.1.16"
3131
__email__ = "[email protected]"
3232

3333

0 commit comments

Comments
 (0)