From 0ef44d9f0cbcf6b8f62bed86920d855f541961c4 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Mon, 15 Apr 2024 06:49:45 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.9=20=E2=86=92=203.0.10=20?= =?UTF-8?q?[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 339cd46..79ff3b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.9 +current_version = 3.0.10 commit = True tag = True tag_name = v{new_version} diff --git a/genotype_api/__init__.py b/genotype_api/__init__.py index 67ae584..84994dc 100644 --- a/genotype_api/__init__.py +++ b/genotype_api/__init__.py @@ -1 +1 @@ -__version__ = "3.0.9" +__version__ = "3.0.10" diff --git a/pyproject.toml b/pyproject.toml index 5502da8..f105a8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "genotype-api" -version = "3.0.9" +version = "3.0.10" description = "Genotype-api" authors = ["Christian Oertlin "] readme = "README.md"