From eaac9fc5cc0878b433f2d96bb6a7256a1d8ff8bf Mon Sep 17 00:00:00 2001 From: Piotrek Date: Thu, 3 Dec 2020 09:22:45 +0100 Subject: [PATCH] set version 0.7.11 --- setup.py | 2 +- supervised/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 55467b86..4cd5abd5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="mljar-supervised", - version="0.7.10", + version="0.7.11", 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 983cb2ee..d0c120a3 100644 --- a/supervised/__init__.py +++ b/supervised/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.7.10" +__version__ = "0.7.11" from supervised.automl import AutoML