Prepare new PyPI release.

This commit is contained in:
Francois Chollet 2016-08-08 11:23:25 -07:00
parent 98b289630a
commit b2c66816d7
2 changed files with 3 additions and 3 deletions

@ -15,4 +15,4 @@ from . import objectives
from . import optimizers
from . import regularizers
__version__ = '1.0.6'
__version__ = '1.0.7'

@ -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={