diff --git a/keras/__init__.py b/keras/__init__.py index 424cdb648e2..345f5301370 100644 --- a/keras/__init__.py +++ b/keras/__init__.py @@ -20,4 +20,4 @@ # Importable from root because it's technically not a layer from .layers import Input -__version__ = '2.0.4' +__version__ = '2.0.5' diff --git a/setup.py b/setup.py index 21f8d3dbae4..c3da9ed2239 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup(name='Keras', - version='2.0.4', + version='2.0.5', description='Deep Learning for Python', author='Francois Chollet', author_email='francois.chollet@gmail.com', url='https://github.com/fchollet/keras', - download_url='https://github.com/fchollet/keras/tarball/2.0.4', + download_url='https://github.com/fchollet/keras/tarball/2.0.5', license='MIT', install_requires=['theano', 'pyyaml', 'six'], extras_require={