Skip to content

Commit 99be005

Browse files
committed
Bump version: 69.6.0 → 69.6.1 [skip ci]
1 parent 474a22c commit 99be005

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 69.6.0
2+
current_version = 69.6.1
33
commit = True
44
tag = True
55
tag_name = v{new_version}

cg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "cg"
2-
__version__ = "69.6.0"
2+
__version__ = "69.6.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "cg"
7-
version = "69.6.0"
7+
version = "69.6.1"
88
description = "Clinical Genomics command center"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
homepage = "https://github.com/Clinical-Genomics/cg"

0 commit comments

Comments
 (0)