Skip to content

Commit 85588ed

Browse files
committed
Bump version: 0.15.1 → 0.15.2
1 parent ed34629 commit 85588ed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
- pip install --upgrade pip setuptools wheel tox tox-travis
3030

3131
script:
32-
- tox -- --benchmark-skip --cov-report xml --cov-report term
32+
- travis_wait tox -- --benchmark-skip --cov-report xml --cov-report term
3333
- bash <(curl -s https://codecov.io/bash)
3434

3535
stages:

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.1"
19+
__version__ = "0.15.2"
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.1
2+
current_version = 0.15.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)

setup.py

+2-2
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.1",
42+
version="0.15.2",
4343
packages=find_packages(),
4444
setup_requires=setup_requirements,
4545
install_requires=[
@@ -52,7 +52,7 @@
5252
"optlang>=1.4.2",
5353
"tabulate",
5454
"depinfo",
55-
"python-libsbml-experimental>=5.17.2",
55+
"python-libsbml-experimental==5.17.2",
5656
],
5757
tests_require=[
5858
"jsonschema > 2.5",

0 commit comments

Comments
 (0)