From 86888b1ad8e216c16d83f29c7026dfbd1c744bcb Mon Sep 17 00:00:00 2001 From: Minura Punchihewa Date: Mon, 1 Sep 2025 15:52:44 +0530 Subject: [PATCH] bumped version for release --- mindsdb_sdk/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindsdb_sdk/__about__.py b/mindsdb_sdk/__about__.py index fae72de..431f210 100755 --- a/mindsdb_sdk/__about__.py +++ b/mindsdb_sdk/__about__.py @@ -1,6 +1,6 @@ __title__ = 'mindsdb_sdk' __package_name__ = 'mindsdb_sdk' -__version__ = '3.4.6' +__version__ = '3.4.7' __description__ = "MindsDB Python SDK, provides an SDK to use a remote mindsdb instance" __email__ = "jorge@mindsdb.com" __author__ = 'MindsDB Inc'