From 1982ff566b4a6727195f517067a238514cc1473a Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Wed, 6 Jun 2018 10:47:07 -0700 Subject: [PATCH] Prepare 1.0.2 release. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e5427a4..f51b6ea 100644 --- a/setup.py +++ b/setup.py @@ -21,13 +21,13 @@ ''' setup(name='Keras_Applications', - version='1.0.1', + version='1.0.2', description='Reference implementations of popular deep learning models', long_description=long_description, author='Keras Team', url='https://github.com/keras-team/keras-applications', download_url='https://github.com/keras-team/' - 'keras-applications/tarball/1.0.1', + 'keras-applications/tarball/1.0.2', license='MIT', install_requires=['keras>=2.1.6', 'numpy>=1.9.1',