We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf6009 commit a33ed9fCopy full SHA for a33ed9f
cobra/__init__.py
@@ -15,7 +15,7 @@
15
from cobra import io
16
from cobra.util import show_versions
17
18
-__version__ = "0.15.0"
+__version__ = "0.15.1"
19
20
# set the warning format to be prettier and fit on one line
21
_cobra_path = _dirname(_abspath(__file__))
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.15.0
+current_version = 0.15.1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)
setup.py
@@ -39,7 +39,7 @@
39
if __name__ == "__main__":
40
setup(
41
name="cobra",
42
- version="0.15.0",
+ version="0.15.1",
43
packages=find_packages(),
44
setup_requires=setup_requirements,
45
install_requires=[
0 commit comments