Skip to content

Commit 54386ef

Browse files
committed
Prepare new release.
1 parent be28fd9 commit 54386ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
from .models import Model
2424
from .models import Sequential
2525

26-
__version__ = '2.2.1'
26+
__version__ = '2.2.2'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
'''
2525

2626
setup(name='Keras',
27-
version='2.2.1',
27+
version='2.2.2',
2828
description='Deep Learning for humans',
2929
long_description=long_description,
3030
author='Francois Chollet',
3131
author_email='[email protected]',
3232
url='https://github.com/keras-team/keras',
33-
download_url='https://github.com/keras-team/keras/tarball/2.2.1',
33+
download_url='https://github.com/keras-team/keras/tarball/2.2.2',
3434
license='MIT',
3535
install_requires=['numpy>=1.9.1',
3636
'scipy>=0.14',

0 commit comments

Comments
 (0)