Skip to content

Commit

Permalink
Prepare 2.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 6, 2018
1 parent 3f4ccbb commit 9a58f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
from .models import Model
from .models import Sequential

__version__ = '2.1.6'
__version__ = '2.2.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
'''

setup(name='Keras',
version='2.1.6',
version='2.2.0',
description='Deep Learning for humans',
long_description=long_description,
author='Francois Chollet',
author_email='francois.chollet@gmail.com',
url='https://github.com/keras-team/keras',
download_url='https://github.com/keras-team/keras/tarball/2.1.6',
download_url='https://github.com/keras-team/keras/tarball/2.2.0',
license='MIT',
install_requires=['numpy>=1.9.1',
'scipy>=0.14',
Expand Down

0 comments on commit 9a58f7b

Please sign in to comment.