From 57fece1e28868e9f1ad2314deb4a29423d081c6b Mon Sep 17 00:00:00 2001 From: Elkin Andrew Date: Tue, 12 Nov 2024 08:49:53 +0300 Subject: [PATCH] bump version --- minds/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minds/__about__.py b/minds/__about__.py index ed9dd44..cf14e91 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = '1.0.8' +__version__ = '1.0.9' __description__ = 'An AI-Data Mind is an LLM with the built-in power to answer data questions for Agents' __email__ = 'hello@mindsdb.com' __author__ = 'MindsDB Inc'