From e1b337519ba42e47cb520c59b90041db084f62ce Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Fri, 20 Jul 2018 11:59:10 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.13.0=20=E2=86=92=200.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cobra/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cobra/__init__.py b/cobra/__init__.py index 8ffb64f82..5d8f91af3 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.0" +__version__ = "0.13.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 b89e4b3a1..b133e207e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.13.1 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index 92cc813d4..94f6b8ffd 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ if __name__ == "__main__": setup( name="cobra", - version="0.13.0", + version="0.13.1", packages=find_packages(), setup_requires=setup_requirements, install_requires=[