From 09eadb17a1ebffad7cff2a1a8ce7791f65f59938 Mon Sep 17 00:00:00 2001 From: Ty <124617566+tmichaeldb@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:05:23 -0800 Subject: [PATCH] Version Bump to 1.2.0 (#62) --- minds/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minds/__about__.py b/minds/__about__.py index e928cd8..8309cc7 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = '1.1.0' +__version__ = '1.2.0' __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'