Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Mar 4, 2024
1 parent 8ced85b commit 0881ae9
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.3.0
current_version = 0.3.1
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 v0.3.0 \
-revision v0.3.1 \
-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 @@ -212,7 +212,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.3.0'
version = '0.3.1'
doi = ''
}

Expand Down

0 comments on commit 0881ae9

Please sign in to comment.