diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a74dc74d..4969d29a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.10 +current_version = 1.1.0 commit = True tag = True tag_name = {new_version} diff --git a/plantseg/__version__.py b/plantseg/__version__.py index 36f0696a..6df8ed02 100644 --- a/plantseg/__version__.py +++ b/plantseg/__version__.py @@ -1 +1 @@ -__version__ = '1.0.10' \ No newline at end of file +__version__ = '1.1.0' \ No newline at end of file