diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1ccabe53..605503b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = True tag = True diff --git a/README.rst b/README.rst index 6390ea5a..86613834 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/__pkginfo__.py b/__pkginfo__.py index a14003c3..002ee8bb 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -46,7 +46,7 @@ 2019-2020 Dominic Davis-Foster """ -__version__ = "0.3.2" +__version__ = "0.3.3" modname = "domdf_python_tools" pypi_name = "domdf_python_tools" @@ -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 diff --git a/domdf_python_tools/__init__.py b/domdf_python_tools/__init__.py index 3ae669a8..8d33efef 100644 --- a/domdf_python_tools/__init__.py +++ b/domdf_python_tools/__init__.py @@ -57,5 +57,5 @@ __copyright__ = "2014-2020 Dominic Davis-Foster" __license__ = "LGPLv3+" -__version__ = "0.3.2" +__version__ = "0.3.3" __email__ = "dominic@davis-foster.co.uk" diff --git a/git_helper.yml b/git_helper.yml index 32b38ba5..98e6719b 100644 --- a/git_helper.yml +++ b/git_helper.yml @@ -49,7 +49,7 @@ tests_dir: "tests" copyright_years: "2019-2020" author: "Dominic Davis-Foster" email: "dominic@davis-foster.co.uk" -version: "0.3.2" +version: "0.3.3" username: "domdfcoding" license: 'LGPLv3+' short_desc: 'Helpful functions for Python'