diff --git a/cobra/__init__.py b/cobra/__init__.py index dd944a28a..be466303f 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.14.0" +__version__ = "0.14.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 8df22cda7..05ba6181d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0 +current_version = 0.14.1 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index 5d5c076aa..0450b9893 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ if __name__ == "__main__": setup( name="cobra", - version="0.14.0", + version="0.14.1", packages=find_packages(), setup_requires=setup_requirements, install_requires=[