diff --git a/masterthermconnect/__version__.py b/masterthermconnect/__version__.py index 91ef324..02091ea 100644 --- a/masterthermconnect/__version__.py +++ b/masterthermconnect/__version__.py @@ -1,3 +1,3 @@ """Python API wrapper for Mastertherm Connect.""" -__version__ = "2.2.11b0" +__version__ = "2.2.11b1" diff --git a/pyproject.toml b/pyproject.toml index 2168f8f..2e17680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "masterthermconnect" -version = "2.2.11b0" +version = "2.2.11b1" description = "Python 3 API wrapper for Mastertherm API" readme = "README.md" authors = [{ name = "Richard Holmes", email = "richard@shedc.uk" }] @@ -31,7 +31,7 @@ Homepage = "https://github.com/sHedC/python-masterthermconnect" masterthermconnect = "masterthermconnect.__main__:main" [tool.bumpver] -current_version = "2.2.11-b0" +current_version = "2.2.11-b1" version_pattern = "MAJOR.MINOR.PATCH[-PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true