From a2ad04a5eee9704de8fb7cd095d0682eaa0b3aba Mon Sep 17 00:00:00 2001 From: jvfe Date: Thu, 2 May 2024 15:43:06 -0300 Subject: [PATCH] chore: Bump to 1.0.2 Signed-off-by: jvfe --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 4873528..eb9dcf7 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.1' + version = '1.0.2' doi = '' }