Skip to content

Commit 38ddd76

Browse files
committed
Bump version: 0.14.0 → 0.14.1
1 parent c3c0991 commit 38ddd76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cobra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from cobra import io
1616
from cobra.util import show_versions
1717

18-
__version__ = "0.14.0"
18+
__version__ = "0.14.1"
1919

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.0
2+
current_version = 0.14.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
if __name__ == "__main__":
3838
setup(
3939
name="cobra",
40-
version="0.14.0",
40+
version="0.14.1",
4141
packages=find_packages(),
4242
setup_requires=setup_requirements,
4343
install_requires=[

0 commit comments

Comments
 (0)