From c31114b79534cebdd9b02ddaae8f23daa1aa31e6 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Fri, 27 Oct 2023 13:30:12 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2051.9.5=20=E2=86=92=2051.9.6?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- cg/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aa0df465e6..4913108895 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 51.9.5 +current_version = 51.9.6 commit = True tag = True tag_name = v{new_version} diff --git a/cg/__init__.py b/cg/__init__.py index 81135ea760..6d4353c229 100644 --- a/cg/__init__.py +++ b/cg/__init__.py @@ -1,4 +1,4 @@ import pkg_resources __title__ = "cg" -__version__ = "51.9.5" +__version__ = "51.9.6" diff --git a/setup.py b/setup.py index 4e66de2562..fc4b03b8d7 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def parse_requirements(req_path="./requirements.txt"): setup( name=NAME, - version="51.9.5", + version="51.9.6", description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",