Skip to content

Commit f9d1212

Browse files
committed
Bump version: 0.4.6 → 0.4.7
1 parent 3e8e7d3 commit f9d1212

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Launch oncoanalyser:
6464

6565
```bash
6666
nextflow run nf-core/oncoanalyser \
67-
-revision 0.4.6 \
67+
-revision 0.4.7 \
6868
-profile docker \
6969
--mode wgts \
7070
--genome GRCh38_hmf \

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ manifest {
215215
// NOTE(SW): staging reference data from S3 requires fixes made for the 22.10.4 release
216216
// NOTE(SW): bug relating to concurrently staging data fixed in 22.10.5 release
217217
nextflowVersion = '!>=22.10.5'
218-
version = '0.4.6'
218+
version = '0.4.7'
219219
doi = ''
220220
}
221221

0 commit comments

Comments
 (0)