From 02b6730fd6422d8bc2c81891da860956efb7839e Mon Sep 17 00:00:00 2001 From: Haifeng Jin Date: Mon, 3 Sep 2018 14:14:52 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 97bc34c26..23cb46a06 100644 --- a/setup.py +++ b/setup.py @@ -5,12 +5,12 @@ packages=['autokeras'], # this must be the same as the name above install_requires=['torch==0.4.1', 'torchvision==0.2.1', 'numpy>=1.14.5', 'keras==2.2.2', 'scikit-learn==0.19.1', 'tensorflow>=1.10.0', 'tqdm==4.25.0'], - version='0.2.11', + version='0.2.12', description='AutoML for deep learning', author='Haifeng Jin', author_email='jhfjhfj1@gmail.com', url='http://autokeras.com', - download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.11.tar.gz', + download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.12.tar.gz', keywords=['automl'], # arbitrary keywords classifiers=[] )