diff --git a/setup.cfg b/setup.cfg index e5824fae1..2c6e66bee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.0 +current_version = 0.29.1 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index bdfbbe424..b2b9326fe 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.29.0") + setup(version="0.29.1") diff --git a/src/cobra/__init__.py b/src/cobra/__init__.py index 48d32d15d..3531c96ac 100644 --- a/src/cobra/__init__.py +++ b/src/cobra/__init__.py @@ -1,5 +1,5 @@ __author__ = "The cobrapy core development team." -__version__ = "0.29.0" +__version__ = "0.29.1" from cobra.core import (