From a6bd730ceced42e211c70451ced3c1026c962a07 Mon Sep 17 00:00:00 2001 From: Qin Yu Date: Tue, 20 Feb 2024 18:22:11 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.5=20=E2=86=92=201.6.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- plantseg/__version__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 33aa5ec3..398a7ef2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,7 @@ [bumpversion] -current_version = 1.6.5 +current_version = 1.6.6 commit = True tag = True tag_name = {new_version} [bumpversion:file:plantseg/__version__.py] - diff --git a/plantseg/__version__.py b/plantseg/__version__.py index f3df7f04..008e8016 100644 --- a/plantseg/__version__.py +++ b/plantseg/__version__.py @@ -1 +1 @@ -__version__ = '1.6.5' +__version__ = '1.6.6'