From 5774cfc640932266bf610e2378fbbe9060f2c8a0 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Mon, 14 Mar 2022 17:02:44 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.1.1=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 b0e9c2a..6a7bad5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index 6849410..a82b376 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/setup.py b/setup.py index 4bc6254..202c254 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="genotype_api", - version="1.1.0", + version="1.1.1", description="", long_description=long_description, long_description_content_type="text/markdown",