From 1e3c96e87428c379730e83cd6bd33940f41a4b5d Mon Sep 17 00:00:00 2001 From: Piotr Date: Mon, 6 Sep 2021 13:04:24 +0200 Subject: [PATCH] set version 0.11.0 --- setup.py | 4 ++-- supervised/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 65324206..e157755f 100644 --- a/setup.py +++ b/setup.py @@ -10,12 +10,12 @@ setup( name="mljar-supervised", - version="0.10.6", + version="0.11.0", description="Automated Machine Learning for Humans", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/mljar/mljar-supervised", - author="MLJAR, Inc.", + author="MLJAR, Sp. z o.o.", author_email="contact@mljar.com", license="MIT", packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), diff --git a/supervised/__init__.py b/supervised/__init__.py index bddf66bf..71b3d11e 100644 --- a/supervised/__init__.py +++ b/supervised/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.10.6" +__version__ = "0.11.0" from supervised.automl import AutoML