From f387d734c0f4e64592ba48985ed32b2a86d83754 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Thu, 20 Apr 2023 09:03:51 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2011.0.1=20=E2=86=92=2011.0.2?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8d2a6d7a..b1a4b67d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 11.0.1 +current_version = 11.0.2 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index d86b5e1f..fc02594c 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def parse_reqs(req_path="./requirements.txt"): setup( name=NAME, - version="11.0.1", + version="11.0.2", description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",