From a4558a1bef80631f70679a271b822cf136f54c83 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Wed, 15 Jan 2025 14:27:11 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.2=20=E2=86=92=200.14.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pya2l/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e5e53a5..a56455c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.2 +current_version = 0.14.3 commit = True tag = True diff --git a/pya2l/version.py b/pya2l/version.py index 9434cda..3ecbfe5 100644 --- a/pya2l/version.py +++ b/pya2l/version.py @@ -1,3 +1,3 @@ """ pya2l version module """ -__version__ = "0.14.2" +__version__ = "0.14.3" diff --git a/pyproject.toml b/pyproject.toml index f3e359f..1f335e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pya2ldb" -version = "0.14.2" +version = "0.14.3" description = "A2L for Python" authors = ["Christoph Schueler "] license = "GPLv2"