From 092230075088d9cc647dd42b84d2bcd3c7e248d8 Mon Sep 17 00:00:00 2001 From: Zoran Pandovski Date: Wed, 18 Sep 2024 19:02:43 +0200 Subject: [PATCH] Update __about__.py --- minds/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minds/__about__.py b/minds/__about__.py index b3e9e7b..2f931d3 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = '1.0.4' +__version__ = '1.0.5' __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'