Skip to content

Commit 51cd74d

Browse files
committed
Bump version: 0.11.2 → 0.11.3
1 parent 4146d18 commit 51cd74d

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.11.2"
16+
__version__ = "0.11.3"
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.11.2
2+
current_version = 0.11.3
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
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name="cobra",
39-
version="0.11.2",
39+
version="0.11.3",
4040
packages=find_packages(),
4141
setup_requires=setup_requirements,
4242
install_requires=[

0 commit comments

Comments
 (0)