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 5a12381 commit b2a09deCopy full SHA for b2a09de
.bumpversion.cfg
@@ -1,8 +1,9 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
4
tag = True
5
6
[bumpversion:file:setup.py]
7
8
[bumpversion:file:domdf_python_tools/__init__.py]
9
+
domdf_python_tools/__init__.py
@@ -34,7 +34,7 @@
34
__copyright__ = "Copyright 2014-2019 Dominic Davis-Foster"
35
36
__license__ = "LGPL"
37
-__version__ = "0.1.0"
+__version__ = "0.1.1"
38
__email__ = "dominic@davis-foster.co.uk"
39
40
setup.py
@@ -5,7 +5,7 @@
setup(
name="domdf_python_tools",
- version="0.1.0",
+ version="0.1.1",
author='Dominic Davis-Foster',
10
author_email="dominic@davis-foster.co.uk",
11
packages=find_packages(),
0 commit comments