Skip to content

Commit 04adfa6

Browse files
committed
Bump version: 0.29.1 → 0.30.0
1 parent ee42e85 commit 04adfa6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.29.1
2+
current_version = 0.30.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)

setup.py

Lines changed: 1 addition & 1 deletion
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.1")
22+
setup(version="0.30.0")

src/cobra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "The cobrapy core development team."
2-
__version__ = "0.29.1"
2+
__version__ = "0.30.0"
33

44

55
from cobra.core import (

0 commit comments

Comments
 (0)