We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b234f commit c7dd36aCopy full SHA for c7dd36a
keras/__init__.py
@@ -20,4 +20,4 @@
20
# Importable from root because it's technically not a layer
21
from .layers import Input
22
23
-__version__ = '2.0.7'
+__version__ = '2.0.8'
setup.py
@@ -3,12 +3,12 @@
3
4
5
setup(name='Keras',
6
- version='2.0.7',
+ version='2.0.8',
7
description='Deep Learning for Python',
8
author='Francois Chollet',
9
author_email='[email protected]',
10
url='https://github.com/fchollet/keras',
11
- download_url='https://github.com/fchollet/keras/tarball/2.0.7',
+ download_url='https://github.com/fchollet/keras/tarball/2.0.8',
12
license='MIT',
13
install_requires=['numpy>=1.9.1',
14
'scipy>=0.14',
0 commit comments