From c01cc3e985921163f4bc84daf26bf878d133b7d9 Mon Sep 17 00:00:00 2001 From: Matthieu Muffato Date: Sat, 8 Oct 2022 11:50:49 +0100 Subject: [PATCH] Release ! --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index af59456..47bc0dc 100644 --- a/nextflow.config +++ b/nextflow.config @@ -173,7 +173,7 @@ manifest { description = 'Pipeline that extracts statistics from a genome about its sequence composition' mainScript = 'main.nf' nextflowVersion = '!>=22.04.0' - version = '1.0dev' + version = '1.0.0' } // Load modules.config for DSL2 module specific options