diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2384955..0aec637 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.4.3 commit = True tag = True diff --git a/.cookiecutterrc b/.cookiecutterrc index 14bf98d..98bb1a1 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -54,7 +54,7 @@ default_context: sphinx_doctest: "no" sphinx_theme: "sphinx-rtd-theme" test_matrix_separate_coverage: "no" - version: "0.4.2" + version: "0.4.3" version_manager: "bump2version" website: "https://github.com/Alan-Manning/python-sonnetsuiteshelper" year_from: "2023" diff --git a/README.rst b/README.rst index 8916659..834b9c8 100644 --- a/README.rst +++ b/README.rst @@ -43,9 +43,9 @@ Overview :alt: Supported implementations :target: https://pypi.org/project/sonnetsuiteshelper -.. |commits-since| image:: https://img.shields.io/github/commits-since/Alan-Manning/python-sonnetsuiteshelper/v0.4.2.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/Alan-Manning/python-sonnetsuiteshelper/v0.4.3.svg :alt: Commits since latest release - :target: https://github.com/Alan-Manning/python-sonnetsuiteshelper/compare/v0.4.2...main + :target: https://github.com/Alan-Manning/python-sonnetsuiteshelper/compare/v0.4.3...main diff --git a/docs/conf.py b/docs/conf.py index 071433f..e59398c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ year = "2023" author = "Alan Manning" copyright = f"{year}, {author}" -version = release = "0.4.2" +version = release = "0.4.3" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index 49c8aed..723b2c0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*names, **kwargs): setup( name="sonnetsuiteshelper", - version="0.4.2", + version="0.4.3", license="LGPL-3.0-or-later", description="A package to help with Sonnet Suites.", long_description="{}\n{}".format( diff --git a/src/sonnetsuiteshelper/__init__.py b/src/sonnetsuiteshelper/__init__.py index df12433..f6b7e26 100644 --- a/src/sonnetsuiteshelper/__init__.py +++ b/src/sonnetsuiteshelper/__init__.py @@ -1 +1 @@ -__version__ = "0.4.2" +__version__ = "0.4.3"