diff --git a/cobra/__init__.py b/cobra/__init__.py index d72e6d71f..682b73af2 100644 --- a/cobra/__init__.py +++ b/cobra/__init__.py @@ -13,7 +13,7 @@ DictList, Gene, Metabolite, Model, Object, Reaction, Species) from cobra.util.version_info import show_versions -__version__ = "0.11.0" +__version__ = "0.11.1" # set the warning format to be prettier and fit on one line _cobra_path = _dirname(_abspath(__file__)) diff --git a/setup.cfg b/setup.cfg index be910b038..e90924794 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0 +current_version = 0.11.1 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index a15156dec..0b4521270 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( name="cobra", - version="0.11.0", + version="0.11.1", packages=find_packages(), setup_requires=setup_requirements, install_requires=[