Skip to content

Commit

Permalink
use pyasp-1.3 version bump to shogen-1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Mar 4, 2014
1 parent 903c79a commit fa8e6c0
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.4dev',
version='1.4',
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.2"
"pyasp == 1.3"
]
)

0 comments on commit fa8e6c0

Please sign in to comment.