From 559a0c9269f2132f9c4551ca439a064f048c9e43 Mon Sep 17 00:00:00 2001 From: Zoran Pandovski Date: Wed, 25 Sep 2024 12:34:25 +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 2f931d3..d17ec20 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = '1.0.5' +__version__ = '1.0.6' __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'