From d6de9427d3730e39c1509bd55f35da2a9bc5d503 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 19 Dec 2023 13:34:11 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.3=20=E2=86=92=200.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- tipg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 40e63fac..5a022195 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.5.4 commit = True tag = True tag_name = {new_version} diff --git a/tipg/__init__.py b/tipg/__init__.py index b2649d84..2289947b 100644 --- a/tipg/__init__.py +++ b/tipg/__init__.py @@ -1,3 +1,3 @@ """tipg.""" -__version__ = "0.5.3" +__version__ = "0.5.4"