Skip to content

Commit a9f8389

Browse files
committed
Bump version: 0.26.1 → 0.26.2
1 parent a31174a commit a9f8389

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
# All other arguments are defined in `setup.cfg`.
2121
if __name__ == "__main__":
22-
setup(version="0.26.1")
22+
setup(version="0.26.2")

src/cobra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "The cobrapy core development team."
2-
__version__ = "0.26.1"
2+
__version__ = "0.26.2"
33

44

55
from cobra.core import (

0 commit comments

Comments
 (0)