We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a9900 commit 43a5235Copy full SHA for 43a5235
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.23.0
+current_version = 0.24.0
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.23.0")
+ setup(version="0.24.0")
src/cobra/__init__.py
__author__ = "The cobrapy core development team."
-__version__ = "0.23.0"
+__version__ = "0.24.0"
from cobra.core import (
0 commit comments