diff --git a/bumpver.toml b/bumpver.toml index 05af2f3..d7e3070 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [tool.bumpver] -current_version = "1.0.2" +current_version = "1.1.0" version_pattern = "MAJOR.MINOR.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/setup.cfg b/setup.cfg index de91928..4b7e51a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sc-3D -version = 1.0.2 +version = 1.1.0 author = Leo Guignard author_email = leo.guignard@univ-amu.fr url = https://github.com/GuignardLab/sc3D diff --git a/src/sc3D/__init__.py b/src/sc3D/__init__.py index fed6a91..77cc7d4 100644 --- a/src/sc3D/__init__.py +++ b/src/sc3D/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.2" +__version__ = "1.1.0" from .sc3D import Embryo from .transformations import transformations