diff --git a/dataprep_ml/__init__.py b/dataprep_ml/__init__.py index 85f2b8a..0a164d3 100644 --- a/dataprep_ml/__init__.py +++ b/dataprep_ml/__init__.py @@ -1,6 +1,6 @@ from dataprep_ml.base import StatisticalAnalysis, DataAnalysis -__version__ = '0.0.22' +__version__ = '24.5.1.0' __name__ = "dataprep_ml" diff --git a/pyproject.toml b/pyproject.toml index de69124..1a0257b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataprep-ml" -version = "0.0.23" +version = "24.5.1.0" description = "Automated dataframe analysis for Machine Learning pipelines." authors = ["MindsDB Inc. "] license = "GPL-3.0"