Skip to content

Commit

Permalink
To version 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonlloyd committed May 21, 2018
1 parent 89da9b0 commit bf99610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cobrame/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from cobrame.util import mu


__version__ = "0.0.8"
__version__ = "0.0.9"

if StrictVersion(cobra.__version__) > StrictVersion('0.5.11'):
raise UserWarning('COBRApy version (%s) is not <= 0.5.11. We recommend '
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(name="cobrame",
version="0.0.8",
version="0.0.9",
author="Colton Lloyd and Ali Ebrahim",
url="https://github.com/SBRG/cobrame",
install_requires=["sympy", "six", "Biopython", "cobra<=0.5.11", "pandas",
Expand Down

0 comments on commit bf99610

Please sign in to comment.