diff --git a/docs/conf.py b/docs/conf.py index cef95e4..786227d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # built documents. # # The short X.Y version. -version = u'0.0.7' +version = u'0.0.8' # The full version, including alpha/beta/rc tags. -release = u'0.0.7' +release = u'0.0.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 3dde909..f72a91d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name="cobrame", - version="0.0.7", + version="0.0.8", author="Colton Lloyd and Ali Ebrahim", url="https://github.com/SBRG/cobrame", install_requires=["sympy", "six", "Biopython", "cobra<=0.5.11", "pandas",