Skip to content

Commit 3b599e1

Browse files
committedSep 19, 2024··
Bump version: 0.29.0 → 0.29.1
1 parent 2cb6a27 commit 3b599e1

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

‎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.29.0"
2+
__version__ = "0.29.1"
33

44

55
from cobra.core import (

0 commit comments

Comments
 (0)
Please sign in to comment.