From 08fb4109f494ad27878ff47daa0d0448bfeba1fe Mon Sep 17 00:00:00 2001 From: Piotrek Date: Fri, 27 Nov 2020 15:11:17 +0100 Subject: [PATCH] set version 0.7.8 --- setup.py | 2 +- supervised/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e74bcb6e..3e252841 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="mljar-supervised", - version="0.7.7", + version="0.7.8", 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 f09c6c87..feb9fdec 100644 --- a/supervised/__init__.py +++ b/supervised/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.7.7" +__version__ = "0.7.8" from supervised.automl import AutoML