From 7442554b33e2897e0206ec61562737352df3949b Mon Sep 17 00:00:00 2001 From: Zoran Pandovski Date: Fri, 14 Feb 2025 12:58:55 +0100 Subject: [PATCH] Release 25.2.2.0 (#1248) * Upgrade NLTK * Bump version --- lightwood/__about__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightwood/__about__.py b/lightwood/__about__.py index 1b4a18446..18e9aa1e8 100644 --- a/lightwood/__about__.py +++ b/lightwood/__about__.py @@ -1,6 +1,6 @@ __title__ = 'lightwood' __package_name__ = 'lightwood' -__version__ = '24.12.3.0' +__version__ = '25.2.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 63078ffb8..ac64ed89e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "lightwood" -version = "24.12.3.0" +version = "25.2.2.0" description = "Lightwood is Legos for Machine Learning." authors = ["MindsDB Inc."] license = "GPL-3.0-only"