From cf50ac0ee4009587ecac543970309e61e08042a6 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Tue, 11 Jul 2023 14:52:08 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.21.0=20=E2=86=92=200.21.1?= 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 e143189..0ee4e68 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.0 +current_version = 0.21.1 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index caea95e..38e2e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "uptime>=3.0.1", ] name = "pyxcp" -version = "0.21.0" +version = "0.21.1" 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 4f74b6a..3c01db7 100644 --- a/pyxcp/__init__.py +++ b/pyxcp/__init__.py @@ -25,4 +25,4 @@ from .transport import Usb # if you update this manually, do not forget to update .bumpversion.cfg -__version__ = "0.21.0" +__version__ = "0.21.1"