From fd1ec6514f81d5f593a6015cf7230eb4d87eacad Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Mon, 13 Jan 2025 08:40:44 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.1=20=E2=86=92=200.14.2?= 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 4afcfcd..e5e53a5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.1 +current_version = 0.14.2 commit = True tag = True diff --git a/pya2l/version.py b/pya2l/version.py index 6a13b5f..9434cda 100644 --- a/pya2l/version.py +++ b/pya2l/version.py @@ -1,3 +1,3 @@ """ pya2l version module """ -__version__ = "0.14.1" +__version__ = "0.14.2" diff --git a/pyproject.toml b/pyproject.toml index b142c1e..f3e359f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pya2ldb" -version = "0.14.1" +version = "0.14.2" description = "A2L for Python" authors = ["Christoph Schueler "] license = "GPLv2"