From 40ca1ce13944851a74330ca282497bf898e4c985 Mon Sep 17 00:00:00 2001
From: Blaise Li <blaise.li__git@nsup.org>
Date: Fri, 1 Jun 2018 16:39:37 +0200
Subject: [PATCH] Version increment.

Only the test script actually changed.
---
 Nim/qaf_demux.nimble | 2 +-
 Python/setup.py      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Nim/qaf_demux.nimble b/Nim/qaf_demux.nimble
index d4a2149..d4a64b1 100644
--- a/Nim/qaf_demux.nimble
+++ b/Nim/qaf_demux.nimble
@@ -1,6 +1,6 @@
 # Package
 
-version       = "0.1.0"
+version       = "0.1.1"
 author        = "Blaise Li"
 description   = "This program tries to attribute each input fastq record to the most likely barcode among a predefined set, given the expected barcode starting position within the reads."
 license       = "MIT"
diff --git a/Python/setup.py b/Python/setup.py
index d8bde12..0c68d11 100644
--- a/Python/setup.py
+++ b/Python/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 # If you have .pyx things to cythonize
 #from Cython.Build import cythonize
 
-__version__ = "0.1"
+__version__ = "0.1.1"
 
 
 setup(
-- 
GitLab