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