diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97e74118d13b366d50c864570c4f319ff92701a9..8703a78461204bf788fc0fea69eb27a6611a7142 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# v1.0.0 (in development)
+# v0.1.0 (in development)
 **User Facing**
 * Add option to pull references from datahub
 * Add option to send email on workflow error, with pipeline error message
diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index 6d918047aed53c439a026002dfdd19381688b840..90668355b73f0fdfa27eeb7686f051a7bfe0643f 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -110,6 +110,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 = 'v0.0.4_indev'
+  version = 'v0.1.0_indev'
   nextflowVersion = '>=19.09.0'
 }