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