From 0afd1ceeafab768b297754e480201a8efd00597c Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Tue, 8 Aug 2023 10:24:05 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.11.1=20=E2=86=92=206.11.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 +- cg_lims/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5c972a22..e3f886e7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.11.1 +current_version = 6.11.2 commit = True tag = True tag_name = v{new_version} diff --git a/cg_lims/__init__.py b/cg_lims/__init__.py index bca41433..1ffb2741 100644 --- a/cg_lims/__init__.py +++ b/cg_lims/__init__.py @@ -1 +1 @@ -__version__ = "6.11.1" +__version__ = "6.11.2"