Skip to content

Commit

Permalink
Bump version: 0.15.1 → 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Apr 17, 2019
1 parent ed34629 commit 85588ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
- pip install --upgrade pip setuptools wheel tox tox-travis

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

stages:
Expand Down
2 changes: 1 addition & 1 deletion cobra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from cobra import sampling
from cobra.util import show_versions

__version__ = "0.15.1"
__version__ = "0.15.2"

# set the warning format to be prettier and fit on one line
_cobra_path = _dirname(_abspath(__file__))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.1
current_version = 0.15.2
commit = True
tag = True
parse = (?P<major>\d+)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
if __name__ == "__main__":
setup(
name="cobra",
version="0.15.1",
version="0.15.2",
packages=find_packages(),
setup_requires=setup_requirements,
install_requires=[
Expand All @@ -52,7 +52,7 @@
"optlang>=1.4.2",
"tabulate",
"depinfo",
"python-libsbml-experimental>=5.17.2",
"python-libsbml-experimental==5.17.2",
],
tests_require=[
"jsonschema > 2.5",
Expand Down

0 comments on commit 85588ed

Please sign in to comment.