From 65814c9be0d3ada11ef6f85ce2e5bf15e93d68e9 Mon Sep 17 00:00:00 2001 From: Haifeng Jin Date: Mon, 10 Sep 2018 15:23:26 -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 42074ba62..ab6d50be0 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.13', + version='0.2.14', 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.13.tar.gz', + download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.14.tar.gz', keywords=['automl'], # arbitrary keywords classifiers=[] )