From a89fcdeb2f6a0b52845628ab38ebb47b41c22da8 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 31 Oct 2024 14:00:31 +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 7bc4bea..ed9dd44 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = '1.0.7' +__version__ = '1.0.8' __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'