From e337bd7baf3f58448474abdf517528752e8cbe94 Mon Sep 17 00:00:00 2001 From: Zoran Pandovski Date: Tue, 17 Sep 2024 16:13:09 +0200 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 cb89f9d..0c5d41f 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = '1.0.2' +__version__ = '1.0.3' __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'