Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Prepare 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 6, 2018
1 parent f0870f0 commit 1982ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1982ff5

Please sign in to comment.