From 45ce1ddd0b9f4cb4b5eb1d3cd44484a34bbd4981 Mon Sep 17 00:00:00 2001 From: lorenzocerrone Date: Fri, 20 Jan 2023 16:15:48 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.3=20=E2=86=92=201.5.0?= 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 2e47ca6b..215735e3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.3 +current_version = 1.5.0 commit = True tag = True tag_name = {new_version} diff --git a/plantseg/__version__.py b/plantseg/__version__.py index 241893a2..618528c7 100644 --- a/plantseg/__version__.py +++ b/plantseg/__version__.py @@ -1 +1 @@ -__version__ = '1.4.3' \ No newline at end of file +__version__ = '1.5.0' \ No newline at end of file