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

Commit 3b180cb

Browse files
committed
Prepare 1.0.8 release.
1 parent 2c9b0f5 commit 3b180cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keras_applications/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def correct_pad(backend, inputs, kernel_size):
4747
return ((correct[0] - adjust[0], correct[0]),
4848
(correct[1] - adjust[1], correct[1]))
4949

50-
__version__ = '1.0.7'
50+
__version__ = '1.0.8'
5151

5252

5353
from . import vgg16

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
'''
2222

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

0 commit comments

Comments
 (0)