Prepare new PyPI release.

Esse commit está contido em:
Francois Chollet
2017-06-12 11:46:21 -07:00
commit d4b618bf23
2 arquivos alterados com 3 adições e 3 exclusões
+1 -1
Ver Arquivo
@@ -20,4 +20,4 @@ from . import regularizers
# Importable from root because it's technically not a layer
from .layers import Input
__version__ = '2.0.4'
__version__ = '2.0.5'
+2 -2
Ver Arquivo
@@ -3,12 +3,12 @@ from setuptools import find_packages
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={