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 3aa096d commit 1b2618cCopy full SHA for 1b2618c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.13
+current_version = 0.1.14
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.13"
+VERSION = "0.1.14"
23
24
modname = "domdf_python_tools"
25
py_modules = None
domdf_python_tools/__init__.py
@@ -23,7 +23,7 @@
__copyright__ = "2014-2019 Dominic Davis-Foster"
__license__ = "LGPL"
26
-__version__ = "0.1.13"
+__version__ = "0.1.14"
27
__email__ = "dominic@davis-foster.co.uk"
28
29
0 commit comments