Skip to content

Commit

Permalink
Fixed Pythong3 and Download Links
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneHyer committed Aug 30, 2020
1 parent 67e3502 commit 4c622a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -24,7 +24,7 @@
from setuptools import setup

setup(name='bio_utils',
version='1.3.3',
version='1.3.4',
description='library of common bioinformatic tasks',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand All @@ -38,8 +38,8 @@
],
keywords='bioinformatics iterators verifiers verify iterate utilities',
url='https://github.com/Brazelton-Lab/bio_utils/',
download_url='https://github.com/Brazelton-Lab/bio_utils/tarball/'
'1.3.3',
download_url='https://github.com/Brazelton-Lab/bio_utils/archive/'
'1.3.4.tar.gz',
author='Alex Hyer',
author_email='theonehyer@gmail.com',
license='GPLv3',
Expand Down

0 comments on commit 4c622a5

Please sign in to comment.