From 44fcd5508155cf05ca4937749a15b60afcd24fff Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Wed, 6 Nov 2024 07:35:40 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2021.6.2=20=E2=86=92=2021.6.3?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- trailblazer/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 230d452f..19a1a2bc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 21.6.2 +current_version = 21.6.3 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 7c3077fc..c734852e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trailblazer" -version = "21.6.2" +version = "21.6.3" description = "Keep track of and manage analyses" authors = ["Your Name "] license = "MIT" diff --git a/trailblazer/__init__.py b/trailblazer/__init__.py index f7c41b1c..abe571da 100644 --- a/trailblazer/__init__.py +++ b/trailblazer/__init__.py @@ -1,2 +1,2 @@ __title__ = "trailblazer" -__version__ = "21.6.2" +__version__ = "21.6.3"