Skip to content

Commit 7c8162f

Browse files
authored
Merge pull request #5 from icgc-argo-workflows/signaturetoolslib@0.1.1
Signaturetoolslib@0.1.1 [release]
2 parents bb6b88e + 9314c1d commit 7c8162f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

signaturetoolslib/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* this block is auto-generated based on info from pkg.json where */
3030
/* changes can be made if needed, do NOT modify this block manually */
3131
nextflow.enable.dsl = 2
32-
version = '0.1.0' // package version
32+
version = '0.1.1'
3333

3434
container = [
3535
'ghcr.io': 'ghcr.io/icgc-argo-workflows/icgc-argo-mutational-signatures.signaturetoolslib'

signaturetoolslib/pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signaturetoolslib",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Mutational signature tool",
55
"main": "main.nf",
66
"deprecated": false,

signaturetoolslib/tests/checker.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/* this block is auto-generated based on info from pkg.json where */
3535
/* changes can be made if needed, do NOT modify this block manually */
3636
nextflow.enable.dsl = 2
37-
version = '0.1.0' // package version
37+
version = '0.1.1'
3838

3939
container = [
4040
'ghcr.io': 'ghcr.io/icgc-argo-workflows/icgc-argo-mutational-signatures.signaturetoolslib'

0 commit comments

Comments
 (0)