From 666e6c2d0ba83b896499337da381ea47e60c347e Mon Sep 17 00:00:00 2001 From: tvdboom Date: Tue, 29 Dec 2020 10:19:53 +0100 Subject: [PATCH] v4.2.1 - fix --- atom/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/atom/__init__.py b/atom/__init__.py index 47e6ec43e..790d86303 100644 --- a/atom/__init__.py +++ b/atom/__init__.py @@ -9,4 +9,4 @@ from .api import ATOMClassifier, ATOMRegressor, ATOMLoader, ATOMModel -__version__ = "4.2.0" +__version__ = "4.2.1" diff --git a/setup.py b/setup.py index ff3057a0b..18e052e36 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,10 @@ setuptools.setup( name="atom-ml", - version="v4.2.0", + version="v4.2.1", license="MIT", description="A Python AutoML tool for fast exploration and experimentation of supervised machine learning pipelines.", - download_url="https://github.com/tvdboom/ATOM/archive/v4.2.0.tar.gz", + download_url="https://github.com/tvdboom/ATOM/archive/v4.2.1.tar.gz", url="http://github.com/tvdboom/ATOM", author="tvdboom", author_email="m.524687@gmail.com",