From 41d6fd9cc96d4c5fd830fedd30886ad818468c28 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Sat, 12 Oct 2024 13:45:09 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.22.10=20=E2=86=92=200.22.11?= 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 f67634a..3cf920d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.22.10 +current_version = 0.22.11 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index 9604900..be773d0 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.10" +version = "0.22.11" 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 ff32978..bc72010 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.10" +__version__ = "0.22.11"