diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b7dda8e..e3e1f6c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.22 +current_version = 0.22.23 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index 7723653..d81c98d 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.22" +version = "0.22.23" 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 d1d29d9..2f1558a 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.22" +__version__ = "0.22.23"