From 7f62e08e9df137312f0affce53f61d8ac0850866 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 27 Dec 2024 09:30:39 +0300 Subject: [PATCH] bump version --- 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 1d6a31e..11f6183 100755 --- a/mindsdb_sdk/__about__.py +++ b/mindsdb_sdk/__about__.py @@ -1,6 +1,6 @@ __title__ = 'mindsdb_sdk' __package_name__ = 'mindsdb_sdk' -__version__ = '3.3.0' +__version__ = '3.4.0' __description__ = "MindsDB Python SDK, provides an SDK to use a remote mindsdb instance" __email__ = "jorge@mindsdb.com" __author__ = 'MindsDB Inc'