Skip to content

Commit 48f3e98

Browse files
Merge pull request #59 from mindsdb/new-release
Version bump
2 parents 1a8accd + 07b5d2d commit 48f3e98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataprep_ml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataprep_ml.base import StatisticalAnalysis, DataAnalysis
22

3-
__version__ = '24.5.1.2'
3+
__version__ = '25.2.3.0'
44
__name__ = "dataprep_ml"
55

66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dataprep-ml"
3-
version = "24.5.1.2"
3+
version = "25.2.3.0"
44
description = "Automated dataframe analysis for Machine Learning pipelines."
55
authors = ["MindsDB Inc. <[email protected]>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)