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