From 98f3d321fd321347fd13c45d9bbfafe3a0858955 Mon Sep 17 00:00:00 2001 From: Richard Holmes Date: Tue, 8 Aug 2023 16:46:35 +0000 Subject: [PATCH] bump version 2.2.6-b7 -> 2.2.6 --- 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 95fc0de..d857bf6 100644 --- a/masterthermconnect/__version__.py +++ b/masterthermconnect/__version__.py @@ -1,3 +1,3 @@ """Python API wrapper for Mastertherm Connect.""" -__version__ = "2.2.6b7" +__version__ = "2.2.6" diff --git a/pyproject.toml b/pyproject.toml index 37023d6..2c2d3f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "masterthermconnect" -version = "2.2.6b7" +version = "2.2.6" 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.6-b7" +current_version = "2.2.6" version_pattern = "MAJOR.MINOR.PATCH[-PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true