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 17392cd commit 2ded3a5Copy full SHA for 2ded3a5
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.22
+current_version = 0.2.0
3
commit = True
4
tag = True
5
__pkginfo__.py
@@ -21,7 +21,7 @@
21
2019 Dominic Davis-Foster <dominic@davis-foster.co.uk>
22
"""
23
24
-VERSION = "0.1.22"
+VERSION = "0.2.0"
25
26
modname = "domdf_python_tools"
27
py_modules = None
domdf_python_tools/__init__.py
@@ -31,5 +31,5 @@
31
__copyright__ = "2014-2019 Dominic Davis-Foster"
32
33
__license__ = "LGPLv3+"
34
-__version__ = "0.1.22"
+__version__ = "0.2.0"
35
__email__ = "dominic@davis-foster.co.uk"
0 commit comments