From 441b724c099eb7dfdaafb7381e0579e2ed8b7b32 Mon Sep 17 00:00:00 2001 From: Adrian Wolny Date: Mon, 5 Feb 2024 08:00:15 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.3=20=E2=86=92=201.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- plantseg/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a0321ce7..57ce3cbf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.3 +current_version = 1.6.4 commit = True tag = True tag_name = {new_version} diff --git a/plantseg/__version__.py b/plantseg/__version__.py index 86c040eb..cc18e5ad 100644 --- a/plantseg/__version__.py +++ b/plantseg/__version__.py @@ -1 +1 @@ -__version__ = '1.6.3' \ No newline at end of file +__version__ = '1.6.4' \ No newline at end of file