diff --git a/setup.cfg b/setup.cfg index 31a9e92f0..fdda1e2da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.23.0 +current_version = 0.24.0 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index 76c945b48..17e6b1428 100644 --- a/setup.py +++ b/setup.py @@ -19,4 +19,4 @@ # All other arguments are defined in `setup.cfg`. if __name__ == "__main__": - setup(version="0.23.0") + setup(version="0.24.0") diff --git a/src/cobra/__init__.py b/src/cobra/__init__.py index 0a608a602..70245f359 100644 --- a/src/cobra/__init__.py +++ b/src/cobra/__init__.py @@ -1,5 +1,5 @@ __author__ = "The cobrapy core development team." -__version__ = "0.23.0" +__version__ = "0.24.0" from cobra.core import (