Skip to content

Commit 285168a

Browse files
committed
Bump version: 0.2.6 → 0.3.0
1 parent 67baaa0 commit 285168a

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

__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2019-2020 Dominic Davis-Foster <[email protected]>
2222
"""
2323

24-
VERSION = "0.2.6"
24+
VERSION = "0.3.0"
2525

2626
modname = "domdf_python_tools"
2727
py_modules = None

domdf_python_tools/__init__.py

+1-1
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.2.6"
60+
__version__ = "0.3.0"
6161
__email__ = "[email protected]"

0 commit comments

Comments
 (0)