From f899e48e1fdd5cf661be4e5473150557ea89512c Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Mon, 3 Feb 2025 16:24:28 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.22.24=20=E2=86=92=200.22.25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- pyxcp/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a0ce946..e43a4cb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.24 +current_version = 0.22.25 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index cbb9b92..0955fa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dynamic = ["license", "readme", "authors", "requires-python", "description", "cl [tool.poetry] authors = ["Christoph Schueler "] name = "pyxcp" -version = "0.22.24" +version = "0.22.25" readme = "README.md" description = "Universal Calibration Protocol for Python" keywords = ["automotive", "ecu", "xcp", "asam", "autosar"] diff --git a/pyxcp/__init__.py b/pyxcp/__init__.py index 5f8c322..4498c5c 100644 --- a/pyxcp/__init__.py +++ b/pyxcp/__init__.py @@ -17,4 +17,4 @@ # if you update this manually, do not forget to update # .bumpversion.cfg and pyproject.toml. -__version__ = "0.22.24" +__version__ = "0.22.25"