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

Commit 8f35399

Browse files
committed
Update version number to 1.0.7.
1 parent a6d0e4d commit 8f35399

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keras_applications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def correct_pad(backend, inputs, kernel_size):
9292
return ((correct[0] - adjust[0], correct[0]),
9393
(correct[1] - adjust[1], correct[1]))
9494

95-
__version__ = '1.0.6'
95+
__version__ = '1.0.7'
9696

9797

9898
from . import vgg16

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.6',
24+
version='1.0.7',
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.6',
30+
'keras-applications/tarball/1.0.7',
3131
license='MIT',
3232
install_requires=['numpy>=1.9.1',
3333
'h5py'],

0 commit comments

Comments
 (0)