We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee42e85 commit 04adfa6Copy full SHA for 04adfa6
3 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.29.1
+current_version = 0.30.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.29.1")
+ setup(version="0.30.0")
src/cobra/__init__.py
__author__ = "The cobrapy core development team."
-__version__ = "0.29.1"
+__version__ = "0.30.0"
from cobra.core import (
0 commit comments