diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0aec637..ab6877d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.3 +current_version = 0.4.4 commit = True tag = True diff --git a/.cookiecutterrc b/.cookiecutterrc index 98bb1a1..052f2ed 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.3" + version: "0.4.4" version_manager: "bump2version" website: "https://github.com/Alan-Manning/python-sonnetsuiteshelper" year_from: "2023" diff --git a/README.rst b/README.rst index 682a160..bac9a03 100644 --- a/README.rst +++ b/README.rst @@ -39,9 +39,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.3.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/Alan-Manning/python-sonnetsuiteshelper/v0.4.4.svg :alt: Commits since latest release - :target: https://github.com/Alan-Manning/python-sonnetsuiteshelper/compare/v0.4.3...main + :target: https://github.com/Alan-Manning/python-sonnetsuiteshelper/compare/v0.4.4...main diff --git a/docs/conf.py b/docs/conf.py index a837b7a..e1a3d2a 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.3" +version = release = "0.4.4" pygments_style = "trac" templates_path = ["."] diff --git a/setup.py b/setup.py index f7e17ef..5b19816 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(*names, **kwargs): setup( name="sonnetsuiteshelper", - version="0.4.3", + version="0.4.4", 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 f6b7e26..cd1ee63 100644 --- a/src/sonnetsuiteshelper/__init__.py +++ b/src/sonnetsuiteshelper/__init__.py @@ -1 +1 @@ -__version__ = "0.4.3" +__version__ = "0.4.4"