Skip to content

Commit

Permalink
Bump version: 0.4.6 → 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Jun 12, 2024
1 parent cc8d037 commit 870d4d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.6
current_version = 0.4.7
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[a-z0-9+]+)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Launch oncoanalyser:

```bash
nextflow run nf-core/oncoanalyser \
-revision 0.4.6 \
-revision 0.4.7 \
-profile docker \
--mode wgts \
--genome GRCh38_hmf \
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ manifest {
// NOTE(SW): staging reference data from S3 requires fixes made for the 22.10.4 release
// NOTE(SW): bug relating to concurrently staging data fixed in 22.10.5 release
nextflowVersion = '!>=22.10.5'
version = '0.4.6'
version = '0.4.7'
doi = ''
}

Expand Down

0 comments on commit 870d4d1

Please sign in to comment.