Skip to content

Commit

Permalink
Bump version: 0.14.0 → 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Dec 5, 2018
1 parent c3c0991 commit 38ddd76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cobra/__init__.py
Expand Up @@ -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__))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.0
current_version = 0.14.1
commit = True
tag = True
parse = (?P<major>\d+)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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=[
Expand Down

0 comments on commit 38ddd76

Please sign in to comment.