From 068fad52a1f5bb3ffcfa4cf21d64c8865ccfe1b1 Mon Sep 17 00:00:00 2001 From: Ty <124617566+tmichaeldb@users.noreply.github.com> Date: Fri, 30 May 2025 10:39:45 -0700 Subject: [PATCH] Update __about__.py --- 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 f067e91..611c2f5 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.2' +__version__ = '3.4.3' __description__ = "MindsDB Python SDK, provides an SDK to use a remote mindsdb instance" __email__ = "jorge@mindsdb.com" __author__ = 'MindsDB Inc'