From 61875d9b4a96a0f07caa97f292bd8105126a2786 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Thu, 26 Sep 2024 10:35:51 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.13.0=20=E2=86=92=207.13.1?= =?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 3232737d..4c4bc056 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.13.0 +current_version = 7.13.1 commit = True tag = True tag_name = v{new_version} diff --git a/cg_lims/__init__.py b/cg_lims/__init__.py index d19fd825..596052dd 100644 --- a/cg_lims/__init__.py +++ b/cg_lims/__init__.py @@ -1 +1 @@ -__version__ = "7.13.0" +__version__ = "7.13.1"