From f91edaaf2098984cdecc90edde89a048286992d9 Mon Sep 17 00:00:00 2001
From: rlyu <rlyu@svi.edu.au>
Date: Thu, 16 Dec 2021 17:12:10 +1100
Subject: [PATCH] restructure

---
 sgcocaller.nimble  | 2 +-
 src/sgcocaller.nim | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sgcocaller.nimble b/sgcocaller.nimble
index 4ba0551..3e27492 100644
--- a/sgcocaller.nimble
+++ b/sgcocaller.nimble
@@ -1,6 +1,6 @@
 # Package
 
-version       = "0.3.3"
+version       = "0.3.4"
 author        = "Ruqian Lyu"
 description   = "sgcocaller: calling crossovers from single-gamete DNA sequencing datasets"
 license       = "MIT"
diff --git a/src/sgcocaller.nim b/src/sgcocaller.nim
index 49bcfa9..3907994 100755
--- a/src/sgcocaller.nim
+++ b/src/sgcocaller.nim
@@ -91,7 +91,7 @@ proc sgcocaller(threads:int, ivcf:VCF, barcodeTable:TableRef,
   return 0
 
 when(isMainModule):
-  let version = "0.3.3"
+  let version = "0.3.4"
   var doc = format("""
   $version
   Usage:
@@ -300,4 +300,4 @@ Options:
 
 
 
- 
\ No newline at end of file
+ 
-- 
GitLab