Skip to content

Commit

Permalink
version seq_qc
Browse files Browse the repository at this point in the history
  • Loading branch information
cnthornton committed Dec 16, 2017
1 parent c2ea05c commit 3fdb361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, Extension

setup(name='seq-qc',
version='2.0.1',
version='2.0.2',
packages=['seq_qc',],
description='utilities for performing various preprocessing steps on '
'sequencing reads',
Expand All @@ -18,7 +18,7 @@
],
keywords='bioinformatics sequence preprocessing quality control',
url='https://github.com/Brazelton-Lab/seq_qc/',
download_url = 'https://github.com/Brazelton-Lab/seq_qc/archive/v2.0.1.tar.gz',
download_url = 'https://github.com/Brazelton-Lab/seq_qc/archive/v2.0.2.tar.gz',
author='Christopher Thornton',
author_email='christopher.thornton@utah.edu',
license='GPLv2',
Expand Down

0 comments on commit 3fdb361

Please sign in to comment.