diff --git a/docs/conf.py b/docs/conf.py index e2d0500..cef95e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # built documents. # # The short X.Y version. -version = u'0.0.6' +version = u'0.0.7' # The full version, including alpha/beta/rc tags. -release = u'0.0.6' +release = u'0.0.7' # 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 734c7a5..3dde909 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,8 @@ setup(name="cobrame", - version="0.0.5", - author="Ali Ebrahim and Colton Lloyd", - author_email="minime_dev@googlegroups.com", + version="0.0.7", + author="Colton Lloyd and Ali Ebrahim", url="https://github.com/SBRG/cobrame", install_requires=["sympy", "six", "Biopython", "cobra<=0.5.11", "pandas", "scipy", "numpy", "setuptools", "jsonschema"],