From e9cfd087598e7479e724b947a7bc1fc2509337e9 Mon Sep 17 00:00:00 2001 From: Piotr Date: Thu, 6 Jul 2023 15:22:16 +0200 Subject: [PATCH] set version 1.0.1 --- setup.py | 2 +- supervised/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e8dfd6c7..7540a03d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="mljar-supervised", - version="1.0.0", + version="1.0.1", 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 1716f940..57db35c8 100644 --- a/supervised/__init__.py +++ b/supervised/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" from supervised.automl import AutoML