From 151344d2127765ba862524e2adaf809e7c26bbcf Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 17 Oct 2024 23:26:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.3=20=E2=86=92=200.8.0?= 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 9a03aa1..846baa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,7 +141,7 @@ filterwarnings = [ ] [tool.bumpversion] -current_version = "0.7.3" +current_version = "0.8.0" search = "{current_version}" replace = "{new_version}" diff --git a/tipg/__init__.py b/tipg/__init__.py index f88f71b..221968d 100644 --- a/tipg/__init__.py +++ b/tipg/__init__.py @@ -1,3 +1,3 @@ """tipg.""" -__version__ = "0.7.3" +__version__ = "0.8.0"