From 4e7e6b0fc97382457c647c221f0158d92db2cc91 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Fri, 24 May 2024 07:15:40 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.10.2=20=E2=86=92=207.10.3?= =?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 cbbea4d0..ceef62c4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.10.2 +current_version = 7.10.3 commit = True tag = True tag_name = v{new_version} diff --git a/cg_lims/__init__.py b/cg_lims/__init__.py index 87dff982..42948222 100644 --- a/cg_lims/__init__.py +++ b/cg_lims/__init__.py @@ -1 +1 @@ -__version__ = "7.10.2" +__version__ = "7.10.3"