diff --git a/setup.py b/setup.py index 1317d5f8c..085c8cd2f 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.17', + version='0.2.18', 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.17.tar.gz', + download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.18.tar.gz', keywords=['automl'], # arbitrary keywords classifiers=[] )