Skip to content

Commit 1c191f4

Browse files
committed
Bump version: 0.1.8 → 0.1.9
1 parent 556082e commit 1c191f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55

domdf_python_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__copyright__ = "2014-2019 Dominic Davis-Foster"
2424

2525
__license__ = "LGPL"
26-
__version__ = "0.1.8"
26+
__version__ = "0.1.9"
2727
__email__ = "[email protected]"
2828

2929

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="domdf_python_tools",
8-
version="0.1.8",
8+
version="0.1.9",
99
author='Dominic Davis-Foster',
1010
author_email="[email protected]",
1111
packages=find_packages(),

0 commit comments

Comments
 (0)