diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5eb49ea1a6..de1944f325 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 67.0.2 +current_version = 67.0.3 commit = True tag = True tag_name = v{new_version} diff --git a/cg/__init__.py b/cg/__init__.py index 2d7cf32248..91a7e716b8 100644 --- a/cg/__init__.py +++ b/cg/__init__.py @@ -1,2 +1,2 @@ __title__ = "cg" -__version__ = "67.0.2" +__version__ = "67.0.3" diff --git a/pyproject.toml b/pyproject.toml index 77db412be4..014eabf8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [project] name = "cg" -version = "67.0.2" +version = "67.0.3" description = "Clinical Genomics command center" readme = {file = "README.md", content-type = "text/markdown"} homepage = "https://github.com/Clinical-Genomics/cg"