Skip to content
Snippets Groups Projects
Commit 40ca1ce1 authored by Blaise Li's avatar Blaise Li
Browse files

Version increment.

Only the test script actually changed.
parent f2299de6
No related branches found
Tags 0.1.1
No related merge requests found
# Package # Package
version = "0.1.0" version = "0.1.1"
author = "Blaise Li" 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." 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" license = "MIT"
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
# If you have .pyx things to cythonize # If you have .pyx things to cythonize
#from Cython.Build import cythonize #from Cython.Build import cythonize
__version__ = "0.1" __version__ = "0.1.1"
setup( setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment