diff --git a/keras/__init__.py b/keras/__init__.py index 359823ff2..ca33acbaf 100644 --- a/keras/__init__.py +++ b/keras/__init__.py @@ -15,4 +15,4 @@ from . import objectives from . import optimizers from . import regularizers -__version__ = '1.0.6' +__version__ = '1.0.7' diff --git a/setup.py b/setup.py index 8feb116ed..331a227b2 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ from setuptools import find_packages setup(name='Keras', - version='1.0.6', + version='1.0.7', 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/1.0.6', + download_url='https://github.com/fchollet/keras/tarball/1.0.7', license='MIT', install_requires=['theano', 'pyyaml', 'six'], extras_require={