From 1fa517feae924bef2f39583edc627d24966f059f Mon Sep 17 00:00:00 2001 From: Richard Holmes Date: Sun, 29 Oct 2023 19:57:32 +0000 Subject: [PATCH] bump version 2.2.8 -> 2.2.9-b0 --- 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 7d66844..587c9a7 100644 --- a/masterthermconnect/__version__.py +++ b/masterthermconnect/__version__.py @@ -1,3 +1,3 @@ """Python API wrapper for Mastertherm Connect.""" -__version__ = "2.2.8" +__version__ = "2.2.9b0" diff --git a/pyproject.toml b/pyproject.toml index 283a7c8..4272407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "masterthermconnect" -version = "2.2.8" +version = "2.2.9b0" description = "Python 3 API wrapper for Mastertherm API" readme = "README.md" authors = [{ name = "Richard Holmes", email = "richard@shedc.uk" }] @@ -28,7 +28,7 @@ Homepage = "https://github.com/sHedC/python-masterthermconnect" masterthermconnect = "masterthermconnect.__main__:main" [tool.bumpver] -current_version = "2.2.8" +current_version = "2.2.9-b0" version_pattern = "MAJOR.MINOR.PATCH[-PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true