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 be28fd9 commit 54386efCopy full SHA for 54386ef
keras/__init__.py
@@ -23,4 +23,4 @@
23
from .models import Model
24
from .models import Sequential
25
26
-__version__ = '2.2.1'
+__version__ = '2.2.2'
setup.py
@@ -24,13 +24,13 @@
'''
setup(name='Keras',
27
- version='2.2.1',
+ version='2.2.2',
28
description='Deep Learning for humans',
29
long_description=long_description,
30
author='Francois Chollet',
31
author_email='[email protected]',
32
url='https://github.com/keras-team/keras',
33
- download_url='https://github.com/keras-team/keras/tarball/2.2.1',
+ download_url='https://github.com/keras-team/keras/tarball/2.2.2',
34
license='MIT',
35
install_requires=['numpy>=1.9.1',
36
'scipy>=0.14',
0 commit comments