From c8ab5115ed8a8ee9cf3668a505ac8bc9f74697d8 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Wed, 13 Mar 2024 14:59:52 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.9=20=E2=86=92=202.0.10=20?= =?UTF-8?q?[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- genotype_api/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 04c0ae8..b51aeb6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.9 +current_version = 2.0.10 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index e5d18b2..61663da 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "2.0.9" +__version__ = "2.0.10" diff --git a/setup.py b/setup.py index f940bf0..2534948 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="genotype_api", - version="2.0.9", + version="2.0.10", description="", long_description=long_description, long_description_content_type="text/markdown",