From 01be33419c451f2fc357b4003828763b8ebf7a9a Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Tue, 26 Nov 2024 09:40:13 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.1.2=20=E2=86=92=205.1.3=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_hermes/constants/hermes.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 085ec35..a992c6f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.1.2 +current_version = 5.1.3 commit = True tag = True tag_name = {new_version} diff --git a/cg_hermes/constants/hermes.py b/cg_hermes/constants/hermes.py index 156c222..4a2a319 100644 --- a/cg_hermes/constants/hermes.py +++ b/cg_hermes/constants/hermes.py @@ -1 +1 @@ -HERMES_VERSION = "5.1.2" +HERMES_VERSION = "5.1.3" diff --git a/pyproject.toml b/pyproject.toml index 51d2764..c986422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cg-hermes" -version = "5.1.2" +version = "5.1.3" description = "Convert information between pipelines and CG" authors = ["Måns Magnusson "]