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 de73646 commit ab0b246Copy full SHA for ab0b246
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.19
+current_version = 0.1.20
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.19"
+VERSION = "0.1.20"
23
24
modname = "domdf_python_tools"
25
py_modules = None
domdf_python_tools/__init__.py
@@ -27,5 +27,5 @@
27
__copyright__ = "2014-2019 Dominic Davis-Foster"
28
29
__license__ = "LGPL"
30
-__version__ = "0.1.19"
+__version__ = "0.1.20"
31
__email__ = "dominic@davis-foster.co.uk"
0 commit comments