From 4c6a9e71b110aea45e116897af009b32d8b2f14a Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Thu, 14 Mar 2024 13:10:17 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.10=20=E2=86=92=202.0.11?= =?UTF-8?q?=20[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 b51aeb6..9d0a9e3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.10 +current_version = 2.0.11 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index 61663da..9d85eb1 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "2.0.10" +__version__ = "2.0.11" diff --git a/setup.py b/setup.py index 2534948..376f4a9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="genotype_api", - version="2.0.10", + version="2.0.11", description="", long_description=long_description, long_description_content_type="text/markdown",