diff --git a/setup.py b/setup.py index 40f03f06..ac5fc1bc 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="mljar-supervised", - version="0.7.20", + version="0.8.0", description="Automates Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning", long_description=long_description, long_description_content_type="text/markdown", diff --git a/supervised/__init__.py b/supervised/__init__.py index fd9288fb..3c93ae86 100644 --- a/supervised/__init__.py +++ b/supervised/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.7.20" +__version__ = "0.8.0" from supervised.automl import AutoML