Skip to content

Commit ac24467

Browse files
committed
Bump version: 0.3.1 → 0.3.2
1 parent 38ebcd9 commit ac24467

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2019-2020 Dominic Davis-Foster <[email protected]>
2323
"""
2424

25-
VERSION = "0.3.1"
25+
VERSION = "0.3.2"
2626

2727
modname = "domdf_python_tools"
2828
py_modules = []

domdf_python_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
__copyright__ = "2014-2020 Dominic Davis-Foster"
5858

5959
__license__ = "LGPLv3+"
60-
__version__ = "0.3.1"
60+
__version__ = "0.3.2"
6161
__email__ = "[email protected]"

git_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tests_dir: "tests"
4949
copyright_years: "2019-2020"
5050
author: "Dominic Davis-Foster"
5151
52-
version: "0.3.1"
52+
version: "0.3.2"
5353
username: "domdfcoding"
5454
license: 'LGPLv3+'
5555
short_desc: 'Helpful functions for Python'

0 commit comments

Comments
 (0)