Skip to content

Commit bedd15a

Browse files
committedJul 16, 2019
Bump version: 0.15.3 → 0.15.4
1 parent d053771 commit bedd15a

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
@@ -16,7 +16,7 @@
1616
from cobra import sampling
1717
from cobra.util import show_versions
1818

19-
__version__ = "0.15.3"
19+
__version__ = "0.15.4"
2020

2121
# set the warning format to be prettier and fit on one line
2222
_cobra_path = _dirname(_abspath(__file__))

‎setup.cfg

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

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
if __name__ == "__main__":
4040
setup(
4141
name="cobra",
42-
version="0.15.3",
42+
version="0.15.4",
4343
packages=find_packages(),
4444
setup_requires=setup_requirements,
4545
install_requires=[

0 commit comments

Comments
 (0)