From 69b58ff1b9fad9e474be07d65915dd962c4dbbd3 Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Fri, 1 Jun 2018 15:56:02 -0700 Subject: [PATCH] Prepare 1.0.1 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9662e35..e5427a4 100644 --- a/setup.py +++ b/setup.py @@ -21,13 +21,13 @@ ''' setup(name='Keras_Applications', - version='1.0.0', + version='1.0.1', 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.0', + 'keras-applications/tarball/1.0.1', license='MIT', install_requires=['keras>=2.1.6', 'numpy>=1.9.1',