From 19e55d28169806773ce2c0e775a22763aabd213f Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Tue, 24 Oct 2023 14:13:04 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2051.7.5=20=E2=86=92=2051.7.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 92627ea44c..de683dd357 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 51.7.5 +current_version = 51.7.6 commit = True tag = True tag_name = v{new_version} diff --git a/cg/__init__.py b/cg/__init__.py index 41c974544e..899e1d4863 100644 --- a/cg/__init__.py +++ b/cg/__init__.py @@ -1,4 +1,4 @@ import pkg_resources __title__ = "cg" -__version__ = "51.7.5" +__version__ = "51.7.6" diff --git a/setup.py b/setup.py index 95c0dea86c..ba88b3789b 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def parse_requirements(req_path="./requirements.txt"): setup( name=NAME, - version="51.7.5", + version="51.7.6", description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",