diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index 3b982bfbd4b12896c957e6f0af7cbc130e4c3039..8d23a6c8136bcc357afc54a1626f69ad50eeb805 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -122,6 +122,6 @@ manifest {
   homePage = 'https://git.biohpc.swmed.edu/gudmap_rbk/rna-seq'
   description = 'This pipeline was created to be a standard mRNA-sequencing analysis pipeline which integrates with the GUDMAP and RBK consortium data-hub.'
   mainScript = 'rna-seq.nf'
-  version = 'v1.0.0'
+  version = 'v1.0.1'
   nextflowVersion = '>=19.09.0'
 }