Skip to content

Commit 39bd749

Browse files
committed
Bump version: 65.0.13 → 65.0.14 [skip ci]
1 parent a2764d4 commit 39bd749

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 65.0.13
2+
current_version = 65.0.14
33
commit = True
44
tag = True
55
tag_name = v{new_version}

cg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "cg"
2-
__version__ = "65.0.13"
2+
__version__ = "65.0.14"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "cg"
7-
version = "65.0.13"
7+
version = "65.0.14"
88
description = "Clinical Genomics command center"
99
authors = ["Clinical Genomics <support@clinicalgenomics.se>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)