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