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

Commit 69b58ff

Browse files
committed
Prepare 1.0.1 release
1 parent 1c05953 commit 69b58ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
'''
2222

2323
setup(name='Keras_Applications',
24-
version='1.0.0',
24+
version='1.0.1',
2525
description='Reference implementations of popular deep learning models',
2626
long_description=long_description,
2727
author='Keras Team',
2828
url='https://github.com/keras-team/keras-applications',
2929
download_url='https://github.com/keras-team/'
30-
'keras-applications/tarball/1.0.0',
30+
'keras-applications/tarball/1.0.1',
3131
license='MIT',
3232
install_requires=['keras>=2.1.6',
3333
'numpy>=1.9.1',

0 commit comments

Comments
 (0)