Skip to content

Commit fc6bc83

Browse files
committed
Bump version: 0.17.1 → 0.18.0
1 parent b85326d commit fc6bc83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cobra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ def _warn_format(message, category, filename, lineno, file=None, line=None):
4141
from cobra import sampling
4242
from cobra.util import show_versions
4343

44-
__version__ = "0.17.1"
44+
__version__ = "0.18.0"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.17.1
2+
current_version = 0.18.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
if __name__ == "__main__":
3939
setup(
4040
name="cobra",
41-
version="0.17.1",
41+
version="0.18.0",
4242
packages=find_packages(),
4343
setup_requires=setup_requirements,
4444
install_requires=[

0 commit comments

Comments
 (0)