From 7b488708094542236b8f42386df61e4225bc5399 Mon Sep 17 00:00:00 2001 From: jvfe Date: Sun, 21 Apr 2024 08:52:29 -0300 Subject: [PATCH] chore: Bump version 1.0.1 Signed-off-by: jvfe --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index a8d4991..4873528 100644 --- a/nextflow.config +++ b/nextflow.config @@ -201,7 +201,7 @@ manifest { description = """A pipeline for taxonomic classification and functional annotation of metagenomics reads. Based on MEDUSA.""" mainScript = 'main.nf' nextflowVersion = '!>=22.10.1' - version = '1.0' + version = '1.0.1' doi = '' }