Skip to content

Commit

Permalink
Bump version: 0.4.3 → 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Manning committed Feb 17, 2024
1 parent 49f7eb8 commit 5d6ee43
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.4.3
current_version = 0.4.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["."]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion src/sonnetsuiteshelper/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.3"
__version__ = "0.4.4"

0 comments on commit 5d6ee43

Please sign in to comment.