diff --git a/Nim/qaf_demux.nimble b/Nim/qaf_demux.nimble index d4a2149f70063c2a6b47a4ec43b9045508a900b4..d4a64b1f39e0aa27819d01063e9f799887efdfbf 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 d8bde12a78e921734a80edf06711845efd32ceb5..0c68d119e0571ded22d6841e01588960fa95da02 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(