From 504e840a73b14bb34bff153e27700940eb8215f7 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Wed, 5 Feb 2025 17:02:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.5=20=E2=86=92=200.14.6?= 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 7f1d3de..71dd1f3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.5 +current_version = 0.14.6 commit = True tag = True diff --git a/pya2l/version.py b/pya2l/version.py index 06a994d..58ce115 100644 --- a/pya2l/version.py +++ b/pya2l/version.py @@ -1,3 +1,3 @@ """ pya2l version module """ -__version__ = "0.14.5" +__version__ = "0.14.6" diff --git a/pyproject.toml b/pyproject.toml index 2965c84..525c8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pya2ldb" -version = "0.14.5" +version = "0.14.6" description = "A2L for Python" authors = ["Christoph Schueler "] license = "GPLv2"