diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 757acae..f45f7e5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.24 +current_version = 3.0.25 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index 606afd9..07f824a 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "3.0.24" +__version__ = "3.0.25" diff --git a/pyproject.toml b/pyproject.toml index 3e0da4b..7b2535c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "genotype-api" -version = "3.0.24" +version = "3.0.25" description = "Genotype-api" authors = ["Christian Oertlin "] readme = "README.md"