From 14d3568ff5154a8adec0255bba4f17d92c4da610 Mon Sep 17 00:00:00 2001 From: Ty <124617566+tmichaeldb@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:03:25 -0700 Subject: [PATCH] Bump version for release --- minds/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minds/__about__.py b/minds/__about__.py index ffc936b..1aed162 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = '1.3.0' +__version__ = '1.3.1' __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'