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 10c22ae commit 51e593aCopy full SHA for 51e593a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.9
+current_version = 0.1.10
3
commit = True
4
tag = True
5
domdf_python_tools/__init__.py
@@ -23,7 +23,7 @@
23
__copyright__ = "2014-2019 Dominic Davis-Foster"
24
25
__license__ = "LGPL"
26
-__version__ = "0.1.9"
+__version__ = "0.1.10"
27
__email__ = "dominic@davis-foster.co.uk"
28
29
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name="domdf_python_tools",
8
- version="0.1.9",
+ version="0.1.10",
9
author='Dominic Davis-Foster',
10
author_email="dominic@davis-foster.co.uk",
11
packages=find_packages(),
0 commit comments