From f88a2d2ca7b8eeca17f190acf0f52388423db2c3 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Thu, 30 Sep 2021 10:37:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.2=20=E2=86=92=201.4.0=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 de14f100..933a164d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.2 +current_version = 1.4.0 commit = True tag = True tag_name = v{new_version} diff --git a/cg_lims/__init__.py b/cg_lims/__init__.py index 8c57218a..1e1e2882 100644 --- a/cg_lims/__init__.py +++ b/cg_lims/__init__.py @@ -1 +1 @@ -__version__ = "1.3.2" +__version__ = "1.4.0"