From d138131e7e80bdc8237225b3f2bcf937e9d94d2f Mon Sep 17 00:00:00 2001 From: Christopher Thornton Date: Sat, 13 Jan 2018 02:12:30 -0700 Subject: [PATCH] increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 481d015..0e47070 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, Extension setup(name='seq-qc', - version='2.0.3', + version='2.0.4', packages=['seq_qc',], description='utilities for performing various preprocessing steps on ' 'sequencing reads',