Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 8, 2020
1 parent e1cc623 commit 5f4be8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
2019-2020 Dominic Davis-Foster <[email protected]>
"""

VERSION = "0.3.0"
VERSION = "0.3.1"

modname = "domdf_python_tools"
py_modules = None
Expand Down
2 changes: 1 addition & 1 deletion domdf_python_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
__copyright__ = "2014-2020 Dominic Davis-Foster"

__license__ = "LGPLv3+"
__version__ = "0.3.0"
__version__ = "0.3.1"
__email__ = "[email protected]"

0 comments on commit 5f4be8f

Please sign in to comment.