From 7855b63f2e1720ba7bdb0c3096a067ebcbb3e131 Mon Sep 17 00:00:00 2001 From: Minura Punchihewa Date: Thu, 4 Sep 2025 22:22:43 +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 431f210..9c3a3d6 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.7' +__version__ = '3.4.8' __description__ = "MindsDB Python SDK, provides an SDK to use a remote mindsdb instance" __email__ = "jorge@mindsdb.com" __author__ = 'MindsDB Inc'