From 4f008d549fbb1d20c41499428996e087ec04599b Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Fri, 4 Oct 2024 07:52:14 +0000 Subject: [PATCH] Bump version: 2.1.14 -> 2.1.15 [skip ci] --- .bumpversion.cfg | 2 +- fusion_report/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7d091c7..ce36335 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.14 +current_version = 2.1.15 commit = True tag = True tag_name = {new_version} diff --git a/fusion_report/__init__.py b/fusion_report/__init__.py index df8255d..f6eeb35 100644 --- a/fusion_report/__init__.py +++ b/fusion_report/__init__.py @@ -1,2 +1,2 @@ __title__ = "fusion_report" -__version__ = "2.1.14" +__version__ = "2.1.15"