Skip to content

Commit

Permalink
Prepare 2.2.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 28, 2018
1 parent 91f8e45 commit 5001a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2.2'
__version__ = '2.2.3'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
'''

setup(name='Keras',
version='2.2.2',
version='2.2.3',
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.2.2',
download_url='https://github.com/keras-team/keras/tarball/2.2.3',
license='MIT',
install_requires=['numpy>=1.9.1',
'scipy>=0.14',
'six>=1.9.0',
'pyyaml',
'h5py',
'keras_applications>=1.0.4',
'keras_preprocessing==1.0.2'],
'keras_applications>=1.0.6',
'keras_preprocessing>=1.0.4'],
extras_require={
'visualize': ['pydot>=1.2.4'],
'tests': ['pytest',
Expand Down

0 comments on commit 5001a33

Please sign in to comment.