diff --git a/keras/__init__.py b/keras/__init__.py index 65732597c2b801e1ba229039a9347be82ed11c7e..de888fbafcddff22d03f7e238fd0de8bf11e2816 100644 --- a/keras/__init__.py +++ b/keras/__init__.py @@ -23,4 +23,4 @@ from .layers import Input from .models import Model from .models import Sequential -__version__ = '2.2.3' +__version__ = '2.2.4' diff --git a/setup.py b/setup.py index 3828cf2929fc663f9074764048b1ade6eb691033..5864abd1049a0a2bbe59ce4bf1429fe7ac9c0d07 100644 --- a/setup.py +++ b/setup.py @@ -24,13 +24,13 @@ and is distributed under the MIT license. ''' setup(name='Keras', - version='2.2.3', + version='2.2.4', 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.3', + download_url='https://github.com/keras-team/keras/tarball/2.2.4', license='MIT', install_requires=['numpy>=1.9.1', 'scipy>=0.14',