Skip to content

Commit 764dfa5

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent f06f745 commit 764dfa5

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.2
2+
current_version = 0.1.3
33
commit = True
44
tag = True
55

domdf_python_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
__copyright__ = "Copyright 2014-2019 Dominic Davis-Foster"
3535

3636
__license__ = "LGPL"
37-
__version__ = "0.1.2"
37+
__version__ = "0.1.3"
3838
__email__ = "[email protected]"
3939

4040

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.2",
8+
version="0.1.3",
99
author='Dominic Davis-Foster',
1010
author_email="[email protected]",
1111
packages=find_packages(),

0 commit comments

Comments
 (0)