From 7100b9ff5d89c90580e2787f31f0e01b6fe3e39c Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Mon, 30 Oct 2023 14:04:57 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.14.5=20=E2=86=92=206.14.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_lims/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0124a9d8..ceaca36d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.14.5 +current_version = 6.14.6 commit = True tag = True tag_name = v{new_version} diff --git a/cg_lims/__init__.py b/cg_lims/__init__.py index cf82dba4..41ee7c8a 100644 --- a/cg_lims/__init__.py +++ b/cg_lims/__init__.py @@ -1 +1 @@ -__version__ = "6.14.5" +__version__ = "6.14.6"