We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2764d4 commit 39bd749Copy full SHA for 39bd749
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 65.0.13
+current_version = 65.0.14
3
commit = True
4
tag = True
5
tag_name = v{new_version}
cg/__init__.py
@@ -1,2 +1,2 @@
__title__ = "cg"
-__version__ = "65.0.13"
+__version__ = "65.0.14"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
6
name = "cg"
7
-version = "65.0.13"
+version = "65.0.14"
8
description = "Clinical Genomics command center"
9
authors = ["Clinical Genomics <support@clinicalgenomics.se>"]
10
readme = "README.md"
0 commit comments