We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabe02c commit d22d597Copy full SHA for d22d597
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.15
+current_version = 0.1.16
3
commit = True
4
tag = True
5
__pkginfo__.py
@@ -19,7 +19,7 @@
19
2019 Dominic Davis-Foster <dominic@davis-foster.co.uk>
20
"""
21
22
-VERSION = "0.1.15"
+VERSION = "0.1.16"
23
24
modname = "domdf_python_tools"
25
py_modules = None
domdf_python_tools/__init__.py
@@ -27,7 +27,7 @@
27
__copyright__ = "2014-2019 Dominic Davis-Foster"
28
29
__license__ = "LGPL"
30
-__version__ = "0.1.15"
+__version__ = "0.1.16"
31
__email__ = "dominic@davis-foster.co.uk"
32
33
0 commit comments