Skip to content

Commit

Permalink
Bump version: 0.4.4 → 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Apr 28, 2024
1 parent 30a43af commit 5e2ee0a
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.4
current_version = 0.4.5
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.4 \
-revision 0.4.5 \
-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.4'
version = '0.4.5'
doi = ''
}

Expand Down

0 comments on commit 5e2ee0a

Please sign in to comment.