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 ef8606b commit c2058feCopy full SHA for c2058fe
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1
+current_version = 0.2.2
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.2.1"
+VERSION = "0.2.2"
25
26
modname = "domdf_python_tools"
27
py_modules = None
domdf_python_tools/__init__.py
@@ -46,5 +46,5 @@
46
__copyright__ = "2014-2020 Dominic Davis-Foster"
47
48
__license__ = "LGPLv3+"
49
-__version__ = "0.2.1"
+__version__ = "0.2.2"
50
__email__ = "dominic@davis-foster.co.uk"
0 commit comments