From cc7a558d9f7a222a936420a891a2efd0defa8c7b Mon Sep 17 00:00:00 2001 From: Qin Yu Date: Tue, 8 Oct 2024 01:06:59 +0200 Subject: [PATCH] =?UTF-8?q?ci(bump-my-version):=202.0.0a3=20=E2=86=92=202.?= =?UTF-8?q?0.0a4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plantseg/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plantseg/__version__.py b/plantseg/__version__.py index 0d6b713b..748ceaf2 100644 --- a/plantseg/__version__.py +++ b/plantseg/__version__.py @@ -1 +1 @@ -__version__ = '2.0.0a3' +__version__ = '2.0.0a4' diff --git a/pyproject.toml b/pyproject.toml index ac71fc74..6809f3d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ extend-select = ["I"] quote-style = "preserve" [tool.bumpversion] -current_version = "2.0.0a3" +current_version = "2.0.0a4" parse = """(?x) (?P[0-9]+) # Major version \\.(?P[0-9]+) # Minor version