diff --git a/cobra/__init__.py b/cobra/__init__.py index 241ca79d7..57982c0fd 100644 --- a/cobra/__init__.py +++ b/cobra/__init__.py @@ -13,7 +13,7 @@ DictList, Gene, Metabolite, Model, Object, Reaction, Species) from cobra.util import show_versions -__version__ = "0.13.3" +__version__ = "0.13.4" # 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 b28517a79..2e3421178 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.3 +current_version = 0.13.4 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index 27b2a0b1b..7655b2428 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ if __name__ == "__main__": setup( name="cobra", - version="0.13.3", + version="0.13.4", packages=find_packages(), setup_requires=setup_requirements, install_requires=[