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.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 28, 2018
1 parent 0349564 commit 61de218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions keras_applications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ def correct_pad(backend, inputs, kernel_size):

return ((correct[0] - adjust[0], correct[0]),
(correct[1] - adjust[1], correct[1]))

__version__ = '1.0.6'
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.5',
version='1.0.6',
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.5',
'keras-applications/tarball/1.0.6',
license='MIT',
install_requires=['numpy>=1.9.1',
'h5py'],
Expand Down

0 comments on commit 61de218

Please sign in to comment.