Skip to content

Commit 43a5235

Browse files
committed
Bump version: 0.23.0 → 0.24.0
1 parent 69a9900 commit 43a5235

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.23.0
2+
current_version = 0.24.0
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.23.0")
22+
setup(version="0.24.0")

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.23.0"
2+
__version__ = "0.24.0"
33

44

55
from cobra.core import (

0 commit comments

Comments
 (0)