Skip to content

Commit cc04fb7

Browse files
committed
Bump version: 0.1.11 → 0.1.12
1 parent 0c5d145 commit cc04fb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.11
2+
current_version = 0.1.12
33
commit = True
44
tag = True
55

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2019 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2020
"""
2121

22-
VERSION = "0.1.11"
22+
VERSION = "0.1.12"
2323

2424
modname = "domdf_python_tools"
2525
py_modules = None

domdf_python_tools/__init__.py

Lines changed: 1 addition & 1 deletion
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.11"
26+
__version__ = "0.1.12"
2727
__email__ = "dominic@davis-foster.co.uk"
2828

2929

0 commit comments

Comments
 (0)