Skip to content

Commit ab0b246

Browse files
committed
Bump version: 0.1.19 → 0.1.20
1 parent de73646 commit ab0b246

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.19
2+
current_version = 0.1.20
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.19"
22+
VERSION = "0.1.20"
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
@@ -27,5 +27,5 @@
2727
__copyright__ = "2014-2019 Dominic Davis-Foster"
2828

2929
__license__ = "LGPL"
30-
__version__ = "0.1.19"
30+
__version__ = "0.1.20"
3131
__email__ = "dominic@davis-foster.co.uk"

0 commit comments

Comments
 (0)