From eff1641a43af6ca33ac195a15ff5b818ac870207 Mon Sep 17 00:00:00 2001 From: Piotr Date: Wed, 14 Dec 2022 15:07:28 +0100 Subject: [PATCH] set version 0.11.4 --- setup.py | 2 +- supervised/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0e3a0629..6ce0a96b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="mljar-supervised", - version="0.11.3", + version="0.11.4", description="Automated Machine Learning for Humans", long_description=long_description, long_description_content_type="text/markdown", diff --git a/supervised/__init__.py b/supervised/__init__.py index 15541b57..e6108a0b 100644 --- a/supervised/__init__.py +++ b/supervised/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.11.3" +__version__ = "0.11.4" from supervised.automl import AutoML