From 1931e2186843ad3ca2507a3b16cb09a7a3db5285 Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Wed, 3 Oct 2018 13:58:20 -0700 Subject: [PATCH] Prepare 2.2.4 release. --- keras/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keras/__init__.py b/keras/__init__.py index 65732597c..de888fbaf 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 3828cf292..5864abd10 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', -- GitLab