Skip to content

Commit

Permalink
Bump version: 0.6.0b0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hredestig committed May 4, 2017
1 parent 19d8fa1 commit 30860da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cobra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from cobra.core import (
DictList, Gene, Metabolite, Model, Object, Reaction, Species)

__version__ = "0.6.0b0"
__version__ = "0.6.0"

# 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.6.0b0
current_version = 0.6.0
commit = True
tag = True
parse = (?P<major>\d+)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def build_extension(self, ext):

setup(
name="cobra",
version="0.6.0b0",
version="0.6.0",
packages=find_packages(),
setup_requires=setup_requirements,
install_requires=["future", "swiglpk", "optlang>=1.1.5", "ruamel.yaml",
Expand Down

0 comments on commit 30860da

Please sign in to comment.