From 3cfdbd1b87e306d487c82839003168e8da8bd0d2 Mon Sep 17 00:00:00 2001 From: Patricio Cerda Mardini Date: Thu, 10 Nov 2022 18:42:04 +0100 Subject: [PATCH] version bump: 22.11.2.0 --- lightwood/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightwood/__about__.py b/lightwood/__about__.py index e334049ac..dcdf8d0db 100755 --- a/lightwood/__about__.py +++ b/lightwood/__about__.py @@ -1,6 +1,6 @@ __title__ = 'lightwood' __package_name__ = 'lightwood' -__version__ = '22.10.4.3' +__version__ = '22.11.2.0' __description__ = "Lightwood is a toolkit for automatic machine learning model building" __email__ = "community@mindsdb.com" __author__ = 'MindsDB Inc'