From 37358f940020b0dae6ab934e451d71cd6f34b48d Mon Sep 17 00:00:00 2001 From: Patricio Cerda Mardini Date: Mon, 18 Mar 2024 11:27:49 +0100 Subject: [PATCH] version bump: 24.3.3.0 --- lightwood/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightwood/__about__.py b/lightwood/__about__.py index 43a661b89..72c02c861 100644 --- a/lightwood/__about__.py +++ b/lightwood/__about__.py @@ -1,6 +1,6 @@ __title__ = 'lightwood' __package_name__ = 'lightwood' -__version__ = '23.12.4.0' +__version__ = '24.3.3.0' __description__ = "Lightwood is a toolkit for automatic machine learning model building" __email__ = "community@mindsdb.com" __author__ = 'MindsDB Inc'