Skip to content

Commit ef85aa7

Browse files
committed
Bump version: 0.6.26 → 0.6.27 [skip ci]
1 parent 083cda8 commit ef85aa7

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 = 0.6.26
2+
current_version = 0.6.27
33
commit = True
44
tag = True
55
tag_name = {new_version}

meatballs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Holds the current version"""
2-
__version__ = "0.6.26"
2+
__version__ = "0.6.27"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ site_author: Clinical Genomics bioinfo team
44
dev_addr: 0.0.0.0:8080
55

66
extra:
7-
version: 0.6.26
7+
version: 0.6.27
88

99
markdown_extensions:
1010
- mdtooltips

0 commit comments

Comments
 (0)