diff --git a/lightwood/__about__.py b/lightwood/__about__.py index 7a82050a4..38481ebd3 100644 --- a/lightwood/__about__.py +++ b/lightwood/__about__.py @@ -1,6 +1,6 @@ __title__ = 'lightwood' __package_name__ = 'lightwood' -__version__ = '24.3.3.1' +__version__ = '24.5.2.0' __description__ = "Lightwood is a toolkit for automatic machine learning model building" __email__ = "community@mindsdb.com" __author__ = 'MindsDB Inc' diff --git a/pyproject.toml b/pyproject.toml index 87ddc15d3..f0065a609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "lightwood" -version = "24.3.3.1" +version = "24.5.2.0" description = "Lightwood is Legos for Machine Learning." authors = ["MindsDB Inc."] license = "GPL-3.0-only"