From 594366bbec0f1df4bcbcc7d53dbc90d460e3da54 Mon Sep 17 00:00:00 2001 From: Clinical Genomics Bot Date: Tue, 28 Jan 2025 09:43:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2067.0.7=20=E2=86=92=2067.0.8?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- cg/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 71f05c097c..fccb1be93e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 67.0.7 +current_version = 67.0.8 commit = True tag = True tag_name = v{new_version} diff --git a/cg/__init__.py b/cg/__init__.py index 031aed5ca6..c5a1ba238a 100644 --- a/cg/__init__.py +++ b/cg/__init__.py @@ -1,2 +1,2 @@ __title__ = "cg" -__version__ = "67.0.7" +__version__ = "67.0.8" diff --git a/pyproject.toml b/pyproject.toml index 89e0f6e781..35a226f9b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [project] name = "cg" -version = "67.0.7" +version = "67.0.8" description = "Clinical Genomics command center" readme = {file = "README.md", content-type = "text/markdown"} homepage = "https://github.com/Clinical-Genomics/cg"