From 4d463b4a70ab4028c500092ad3e55980d5141834 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Wed, 18 Aug 2021 10:57:32 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.3=20=E2=86=92=201.2.4=20[?= =?UTF-8?q?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 7bed1f04..243ea553 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.3 +current_version = 1.2.4 commit = True tag = True tag_name = v{new_version} diff --git a/cg_lims/__init__.py b/cg_lims/__init__.py index dd1a055c..89afa8a4 100644 --- a/cg_lims/__init__.py +++ b/cg_lims/__init__.py @@ -1 +1 @@ -__version__ = "1.2.3" +__version__ = "1.2.4"