diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7953d96..0c97aff 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.24 +current_version = 3.0.0 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index edc55b0..528787c 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "2.0.24" +__version__ = "3.0.0"