diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7200908..cbe5759 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.4 +current_version = 2.0.5 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index f6bb6f4..34c5111 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "2.0.4" +__version__ = "2.0.5" diff --git a/setup.py b/setup.py index 1619136..cbb6ceb 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="genotype_api", - version="2.0.4", + version="2.0.5", description="", long_description=long_description, long_description_content_type="text/markdown",