From 06f9a78da1bca420a1dee3133f6719aa4a1d46a0 Mon Sep 17 00:00:00 2001 From: Richard Holmes Date: Thu, 8 Feb 2024 12:57:02 +0000 Subject: [PATCH] bump version 2.2.11 -> 2.3.0-a0 --- masterthermconnect/__version__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/masterthermconnect/__version__.py b/masterthermconnect/__version__.py index dc0c43c..e3aa19f 100644 --- a/masterthermconnect/__version__.py +++ b/masterthermconnect/__version__.py @@ -1,3 +1,3 @@ """Python API wrapper for Mastertherm Connect.""" -__version__ = "2.2.11" +__version__ = "2.3.0a0" diff --git a/pyproject.toml b/pyproject.toml index 764afba..c613e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "masterthermconnect" -version = "2.2.11" +version = "2.3.0a0" 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" +current_version = "2.3.0-a0" version_pattern = "MAJOR.MINOR.PATCH[-PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true