Skip to content

Commit f20d9bb

Browse files
authored
bump version (#1259)
1 parent 9f9dfd6 commit f20d9bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightwood/__about__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "25.3.3.0"
7+
version = "25.3.3.3"
88
description = "Lightwood is Legos for Machine Learning."
99
authors = ["MindsDB Inc."]
1010
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)