From 30197ae27badfbb0f0491beab71d43bea7be3e92 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 27 Aug 2020 12:28:47 -0500
Subject: [PATCH] Update CHANGELOG.md, workflow/nextflow.config files

---
 CHANGELOG.md             | 4 ++--
 workflow/nextflow.config | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d955884..4f6c9f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# v0.0.3 (in development)
+# v0.0.3
 **User Facing**
 * TPM table:
   * Add Ensembl Gene ID
@@ -47,4 +47,4 @@
 **INITIAL BETA VERSION**\
 Does not include automatic data upload\
 This version is for initial upload of test data to GUDMAP/RBK data-hub for internal integration
-<hr>
\ No newline at end of file
+<hr>
diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index fd6f6f0..14798a1 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -97,6 +97,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.3_indev'
+  version = 'v0.0.3'
   nextflowVersion = '>=19.09.0'
 }
-- 
GitLab