We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb09f4 commit 171c5bfCopy full SHA for 171c5bf
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 69.1.15
+current_version = 69.1.16
3
commit = True
4
tag = True
5
tag_name = v{new_version}
cg/__init__.py
@@ -1,2 +1,2 @@
__title__ = "cg"
-__version__ = "69.1.15"
+__version__ = "69.1.16"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[project]
6
name = "cg"
7
-version = "69.1.15"
+version = "69.1.16"
8
description = "Clinical Genomics command center"
9
readme = {file = "README.md", content-type = "text/markdown"}
10
homepage = "https://github.com/Clinical-Genomics/cg"
0 commit comments