From 3b599e113d9615240fca193d71166a7026aa8057 Mon Sep 17 00:00:00 2001
From: Christian Diener <ch.diener@gmail.com>
Date: Thu, 19 Sep 2024 14:39:47 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.29.0=20=E2=86=92=200.29.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 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<major>\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 (