From 1fc8daa595dee9c06d5404a0bf73e130a653588f Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Fri, 17 Jan 2025 13:52:42 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.9.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 9bc810d..5f73950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ filterwarnings = [ ] [tool.bumpversion] -current_version = "0.8.0" +current_version = "0.9.0" search = "{current_version}" replace = "{new_version}" diff --git a/tipg/__init__.py b/tipg/__init__.py index 221968d..4000ed9 100644 --- a/tipg/__init__.py +++ b/tipg/__init__.py @@ -1,3 +1,3 @@ """tipg.""" -__version__ = "0.8.0" +__version__ = "0.9.0"