From 2a5c93980c90807907d227aa7f0478bad96ae478 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Wed, 5 Dec 2018 12:47:16 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.13.4=20=E2=86=92=200.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cobra/__init__.py | 2 +- setup.cfg | 11 ++++++----- setup.py | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/cobra/__init__.py b/cobra/__init__.py index 48af33c01..dd944a28a 100644 --- a/cobra/__init__.py +++ b/cobra/__init__.py @@ -15,7 +15,7 @@ from cobra import io from cobra.util import show_versions -__version__ = "0.13.4" +__version__ = "0.14.0" # 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 811db47a3..8df22cda7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [bumpversion] -current_version = 0.13.4 +current_version = 0.14.0 commit = True tag = True parse = (?P\d+) \.(?P\d+) \.(?P\d+) (?P[a]*)(?P\d*) -serialize = +serialize = {major}.{minor}.{patch}{release}{num} {major}.{minor}.{patch} tag_name = {new_version} @@ -14,7 +14,7 @@ tag_name = {new_version} [bumpversion:part:release] optional_value = placeholder first_value = placeholder -values = +values = placeholder a @@ -50,14 +50,15 @@ line_length = 80 multi_line_output = 4 lines_after_imports = 2 known_first_party = cobra -known_third_party = +known_third_party = depinfo future numpy optlang pandas - pytest + pytest ruamel.yaml swiglpk six tabulate + diff --git a/setup.py b/setup.py index 7655b2428..5d5c076aa 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ if __name__ == "__main__": setup( name="cobra", - version="0.13.4", + version="0.14.0", packages=find_packages(), setup_requires=setup_requirements, install_requires=[