Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 21, 2020
1 parent fde6310 commit 6b2be6f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.2
current_version = 0.3.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ domdf_python_tools
:target: https://github.com/domdfcoding/domdf_python_tools/blob/master/LICENSE
.. image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools
:alt: GitHub top language
.. image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.2
.. image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v0.3.3
:target: https://github.com/domdfcoding/domdf_python_tools/pulse
:alt: GitHub commits since tagged version
.. image:: https://img.shields.io/github/last-commit/domdfcoding/domdf_python_tools
Expand Down
4 changes: 2 additions & 2 deletions __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
2019-2020 Dominic Davis-Foster <[email protected]>
"""

__version__ = "0.3.2"
__version__ = "0.3.3"

modname = "domdf_python_tools"
pypi_name = "domdf_python_tools"
Expand All @@ -73,7 +73,7 @@
repo_root = pathlib.Path(__file__).parent

# Get info from files; set: long_description
long_description = (repo_root / "README.rst").read_text().replace("0.3.2", __version__) + '\n'
long_description = (repo_root / "README.rst").read_text().replace("0.3.3", __version__) + '\n'
conda_description = """Helpful functions for Python
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.2"
__version__ = "0.3.3"
__email__ = "[email protected]"
2 changes: 1 addition & 1 deletion git_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tests_dir: "tests"
copyright_years: "2019-2020"
author: "Dominic Davis-Foster"
email: "[email protected]"
version: "0.3.2"
version: "0.3.3"
username: "domdfcoding"
license: 'LGPLv3+'
short_desc: 'Helpful functions for Python'
Expand Down

0 comments on commit 6b2be6f

Please sign in to comment.