From bc7cb1d906270281beafaf6f42c257fd3e1b8b5c Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Tue, 17 Sep 2024 20:41:48 +0300 Subject: [PATCH] update build script --- .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 7a54030..6c63b20 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.3 +current_version = 0.22.4 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index caff3c1..9f0dda3 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.3" +version = "0.22.4" 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 7201821..1696712 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.3" +__version__ = "0.22.4"