From 22a6100b3014c7fad0de45b444e87461dbb28a2a Mon Sep 17 00:00:00 2001 From: Christian Diener Date: Tue, 3 Jan 2023 12:03:54 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.26.0=20=E2=86=92=200.26.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- src/cobra/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 43e17dcb8..0feaa41e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.26.0 +current_version = 0.26.1 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index 101d0f4c8..6bb6a0fba 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.26.0") + setup(version="0.26.1") diff --git a/src/cobra/__init__.py b/src/cobra/__init__.py index c3a4012e4..d0c7b278c 100644 --- a/src/cobra/__init__.py +++ b/src/cobra/__init__.py @@ -1,5 +1,5 @@ __author__ = "The cobrapy core development team." -__version__ = "0.26.0" +__version__ = "0.26.1" from cobra.core import (