Skip to content

Commit

Permalink
Bump version: 0.4.3 → 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Apr 24, 2024
1 parent e317ce6 commit 0696d76
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.3
current_version = 0.4.4
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.3 \
-revision 0.4.4 \
-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.3'
version = '0.4.4'
doi = ''
}

Expand Down

0 comments on commit 0696d76

Please sign in to comment.