Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.10.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Dec 9, 2017
1 parent 98d5eca commit 21d7586
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 @@ -13,7 +13,7 @@
DictList, Gene, Metabolite, Model, Object, Reaction, Species)
from cobra.util.version_info import show_versions

__version__ = "0.9.1"
__version__ = "0.10.0a1"

# 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.9.1
current_version = 0.10.0a1
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 @@ -30,7 +30,7 @@

setup(
name="cobra",
version="0.9.1",
version="0.10.0a1",
packages=find_packages(),
setup_requires=setup_requirements,
install_requires=[
Expand Down

0 comments on commit 21d7586

Please sign in to comment.