diff --git a/setup.py b/setup.py index 5ac1aea8..05a10f87 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="mljar-supervised", - version="0.8.2", + version="0.8.3", 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 0bdb89c6..f3773e88 100644 --- a/supervised/__init__.py +++ b/supervised/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.8.2" +__version__ = "0.8.3" from supervised.automl import AutoML