We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b88398 commit 7442554Copy full SHA for 7442554
lightwood/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'lightwood'
2
__package_name__ = 'lightwood'
3
-__version__ = '24.12.3.0'
+__version__ = '25.2.2.0'
4
__description__ = "Lightwood is a toolkit for automatic machine learning model building"
5
__email__ = "community@mindsdb.com"
6
__author__ = 'MindsDB Inc'
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "lightwood"
7
-version = "24.12.3.0"
+version = "25.2.2.0"
8
description = "Lightwood is Legos for Machine Learning."
9
authors = ["MindsDB Inc."]
10
license = "GPL-3.0-only"
0 commit comments