Skip to content

Commit

Permalink
v4.2.1 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdboom committed Dec 29, 2020
1 parent 220c566 commit 666e6c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

from .api import ATOMClassifier, ATOMRegressor, ATOMLoader, ATOMModel

__version__ = "4.2.0"
__version__ = "4.2.1"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 666e6c2

Please sign in to comment.