Skip to content

Commit 447e643

Browse files
committed
Bump version: 0.6.29 → 0.6.30 [skip ci]
1 parent 202db5d commit 447e643

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.29
2+
current_version = 0.6.30
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.29"
2+
__version__ = "0.6.30"

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.29
7+
version: 0.6.30
88

99
markdown_extensions:
1010
- mdtooltips

0 commit comments

Comments
 (0)