From f7e8e4b76f5cb1bf233c7d777281e1a4ef2d5d26 Mon Sep 17 00:00:00 2001 From: Qin Yu Date: Tue, 3 Dec 2024 14:27:36 +0100 Subject: [PATCH] =?UTF-8?q?ci(bump-my-version):=202.0.0a7=20=E2=86=92=202.?= =?UTF-8?q?0.0a8?= 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 5a54c6de..33f8d04a 100644 --- a/plantseg/__version__.py +++ b/plantseg/__version__.py @@ -1 +1 @@ -__version__ = '2.0.0a7' +__version__ = '2.0.0a8' diff --git a/pyproject.toml b/pyproject.toml index 45b09460..4004b9ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ extend-select = ["I"] quote-style = "preserve" [tool.bumpversion] -current_version = "2.0.0a7" +current_version = "2.0.0a8" parse = """(?x) (?P[0-9]+) # Major version \\.(?P[0-9]+) # Minor version