Skip to content

Commit a4615a6

Browse files
committed
Bump version: 0.5.0 → 0.6.0
1 parent 3a28165 commit a4615a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5.0
2+
current_version = 0.6.0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[a-z0-9+]+)

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ manifest {
173173
description = """Cancer WGTS post-processing pipeline"""
174174
mainScript = 'main.nf'
175175
nextflowVersion = '!>=22.10.6'
176-
version = '0.5.0'
176+
version = '0.6.0'
177177
doi = ''
178178
}
179179

0 commit comments

Comments
 (0)