Skip to content

Commit

Permalink
use pyasp-1.3, version bump to precursor-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Mar 4, 2014
1 parent 720faa8 commit 3ab6d4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2
----------
use pyasp-1.3

1.0 (unreleased)
----------------
Initial release
Initial release

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='precursor',
version='1.2dev',
version='1.2',
url='http://pypi.python.org/pypi/precursor/',
license='GPLv3+',
description='Compute minimal metabolic precursors sets that enable the production of target metabolites.',
Expand All @@ -45,6 +45,6 @@ def run(self):
package_data = {'__precursor__' : ['encodings/*.lp']},
scripts = ['precursor.py'],
install_requires=[
"pyasp >= 1.2"
"pyasp == 1.3"
]
)

0 comments on commit 3ab6d4a

Please sign in to comment.