Skip to content

Commit

Permalink
Bump version: 0.16.0 → 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Oct 18, 2019
1 parent d8fa5c9 commit e6e6026
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 @@ -41,4 +41,4 @@ def _warn_format(message, category, filename, lineno, file=None, line=None):
from cobra import sampling
from cobra.util import show_versions

__version__ = "0.16.0"
__version__ = "0.17.0"
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.16.0
current_version = 0.17.0
commit = True
tag = True
parse = (?P<major>\d+)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@
if __name__ == "__main__":
setup(
name="cobra",
version="0.16.0",
version="0.17.0",
packages=find_packages(),
setup_requires=setup_requirements,
install_requires=[
Expand Down

0 comments on commit e6e6026

Please sign in to comment.