From 9bd2c103cf42b7fd2534cb893b43e89f99bd422a Mon Sep 17 00:00:00 2001 From: jvfe Date: Tue, 26 Nov 2024 12:30:44 -0300 Subject: [PATCH] chore: Bump version to 1.0.3 --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 4bcec16..d80d1bd 100644 --- a/nextflow.config +++ b/nextflow.config @@ -211,7 +211,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.2' + version = '1.0.3' doi = '' }