diff --git a/keras/__init__.py b/keras/__init__.py index 97865ffe4aefd24cc570ed6d275e475d463587d9..2effd09a3484a9899af679e9cae12127b8c86028 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.1.4' +__version__ = '2.1.5' diff --git a/setup.py b/setup.py index ae91146760d8337bde206c3e521a887d097874a2..ecfc6fc94a61af4d9a39064fbe51f35749eba90a 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import find_packages setup(name='Keras', - version='2.1.4', + version='2.1.5', 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.4', + download_url='https://github.com/keras-team/keras/tarball/2.1.5', license='MIT', install_requires=['numpy>=1.9.1', 'scipy>=0.14',