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 67baaa0 commit 285168aCopy full SHA for 285168a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.6
+current_version = 0.3.0
3
commit = True
4
tag = True
5
__pkginfo__.py
@@ -21,7 +21,7 @@
21
2019-2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
22
"""
23
24
-VERSION = "0.2.6"
+VERSION = "0.3.0"
25
26
modname = "domdf_python_tools"
27
py_modules = None
domdf_python_tools/__init__.py
@@ -57,5 +57,5 @@
57
__copyright__ = "2014-2020 Dominic Davis-Foster"
58
59
__license__ = "LGPLv3+"
60
-__version__ = "0.2.6"
+__version__ = "0.3.0"
61
__email__ = "dominic@davis-foster.co.uk"
0 commit comments