Skip to content

Commit

Permalink
Release 2.0.1 - Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
b-schubert committed Dec 18, 2015
1 parent f9b441b commit 7ae4d68
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 @@ -43,7 +43,7 @@
name='Fred2',

# Version:
version='2.0.0',
version='2.0.1',

description='A Framework for Epitope Detection and Vaccine Design',
long_description=readme,
Expand Down Expand Up @@ -120,6 +120,6 @@
#ext_modules=[d2s_module],

# Run-time dependencies. (will be installed by pip when FRED2 is installed)
install_requires=['setuptools>=18.2', 'pandas', 'pyomo>=4.0', 'biopython', 'svmlight', 'MySQL-python >= 1.2.4'],
install_requires=['setuptools>=18.2', 'pandas', 'pyomo>=4.0','svmlight', 'MySQL-python >= 1.2.4', 'biopython'],

)

0 comments on commit 7ae4d68

Please sign in to comment.