From aed52d8b479e9364dcc0532910122277f94fca97 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Mon, 2 Dec 2024 08:09:26 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.20=20=E2=86=92=203.0.21?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- genotype_api/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d0feb63..d022c08 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.20 +current_version = 3.0.21 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index 7c6f3ae..3a43c58 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "3.0.20" +__version__ = "3.0.21" diff --git a/pyproject.toml b/pyproject.toml index 19d1229..4f814d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "genotype-api" -version = "3.0.20" +version = "3.0.21" description = "Genotype-api" authors = ["Christian Oertlin "] readme = "README.md"