From c9e140f4583b0c08a3b64fb0580834eabc6c946b Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 27 Aug 2024 09:29:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.1=20=E2=86=92=200.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- tipg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5c4187..71e8360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,7 @@ filterwarnings = [ ] [tool.bumpversion] -current_version = "0.7.1" +current_version = "0.7.2" search = "{current_version}" replace = "{new_version}" diff --git a/tipg/__init__.py b/tipg/__init__.py index 5c2ea73..26e6bd5 100644 --- a/tipg/__init__.py +++ b/tipg/__init__.py @@ -1,3 +1,3 @@ """tipg.""" -__version__ = "0.7.1" +__version__ = "0.7.2"