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',