We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d053771 commit bedd15aCopy full SHA for bedd15a
cobra/__init__.py
@@ -16,7 +16,7 @@
16
from cobra import sampling
17
from cobra.util import show_versions
18
19
-__version__ = "0.15.3"
+__version__ = "0.15.4"
20
21
# set the warning format to be prettier and fit on one line
22
_cobra_path = _dirname(_abspath(__file__))
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.15.3
+current_version = 0.15.4
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.3",
+ version="0.15.4",
43
packages=find_packages(),
44
setup_requires=setup_requirements,
45
install_requires=[
0 commit comments