Skip to content

Commit 7b271a6

Browse files
committed
Bump version: 0.10.0a1 → 0.10.0
1 parent f32a2d1 commit 7b271a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cobra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DictList, Gene, Metabolite, Model, Object, Reaction, Species)
1414
from cobra.util.version_info import show_versions
1515

16-
__version__ = "0.10.0a1"
16+
__version__ = "0.10.0"
1717

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0a1
2+
current_version = 0.10.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="cobra",
33-
version="0.10.0a1",
33+
version="0.10.0",
3434
packages=find_packages(),
3535
setup_requires=setup_requirements,
3636
install_requires=[

0 commit comments

Comments
 (0)