We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31174a commit a9f8389Copy full SHA for a9f8389
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.26.1
+current_version = 0.26.2
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)
setup.py
@@ -19,4 +19,4 @@
19
20
# All other arguments are defined in `setup.cfg`.
21
if __name__ == "__main__":
22
- setup(version="0.26.1")
+ setup(version="0.26.2")
src/cobra/__init__.py
__author__ = "The cobrapy core development team."
-__version__ = "0.26.1"
+__version__ = "0.26.2"
from cobra.core import (
0 commit comments