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 c6c9514 commit 018e55bCopy full SHA for 018e55b
keras/__init__.py
@@ -23,4 +23,4 @@
23
from .models import Model
24
from .models import Sequential
25
26
-__version__ = '2.1.0'
+__version__ = '2.1.1'
setup.py
@@ -3,12 +3,12 @@
3
4
5
setup(name='Keras',
6
- version='2.1.0',
+ version='2.1.1',
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.1.0',
+ download_url='https://github.com/fchollet/keras/tarball/2.1.1',
12
license='MIT',
13
install_requires=['numpy>=1.9.1',
14
'scipy>=0.14',
0 commit comments