diff --git a/keras/__init__.py b/keras/__init__.py index e5546040d7b..97865ffe4ae 100644 --- a/keras/__init__.py +++ b/keras/__init__.py @@ -23,4 +23,4 @@ from .models import Model from .models import Sequential -__version__ = '2.1.3' +__version__ = '2.1.4' diff --git a/setup.py b/setup.py index dcc8ceb3073..ae91146760d 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup(name='Keras', - version='2.1.3', + version='2.1.4', description='Deep Learning for humans', 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.3', + download_url='https://github.com/keras-team/keras/tarball/2.1.4', license='MIT', install_requires=['numpy>=1.9.1', 'scipy>=0.14',