Skip to content

Commit 7442554

Browse files
Release 25.2.2.0 (#1248)
* Upgrade NLTK * Bump version
1 parent 0b88398 commit 7442554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightwood/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'lightwood'
22
__package_name__ = 'lightwood'
3-
__version__ = '24.12.3.0'
3+
__version__ = '25.2.2.0'
44
__description__ = "Lightwood is a toolkit for automatic machine learning model building"
55
__email__ = "community@mindsdb.com"
66
__author__ = 'MindsDB Inc'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "lightwood"
7-
version = "24.12.3.0"
7+
version = "25.2.2.0"
88
description = "Lightwood is Legos for Machine Learning."
99
authors = ["MindsDB Inc."]
1010
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)