From a32828baaa9d678e1dc6d64868040c3b5fd3ba49 Mon Sep 17 00:00:00 2001 From: Minura Punchihewa <49385643+MinuraPunchihewa@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:32:04 +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 54f5449..9fdeda0 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.4' +__version__ = '3.4.5' __description__ = "MindsDB Python SDK, provides an SDK to use a remote mindsdb instance" __email__ = "jorge@mindsdb.com" __author__ = 'MindsDB Inc'