Skip to content

Commit

Permalink
use pyasp-1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed May 21, 2014
1 parent 97c6624 commit beb9b7b
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 @@ -33,7 +33,7 @@ def run(self):

setup(cmdclass={'install': install},
name='shogen',
version='1.4.1',
version='1.4.2',
url='http://pypi.python.org/pypi/shogen/',
license='GPLv3+',
description='Finding shortest genome segments that regulate metabolic pathways',
Expand All @@ -45,6 +45,6 @@ def run(self):
package_data = {'__shogen__' : ['encodings/*.lp']},
scripts = ['shogen.py'],
install_requires=[
"pyasp == 1.3.1"
"pyasp == 1.3.3"
]
)

0 comments on commit beb9b7b

Please sign in to comment.