提交 14a12e94 编写于 作者: F Francois Chollet

Prepare 2.0.7 release.

上级 49515151
......@@ -20,4 +20,4 @@ from . import regularizers
# Importable from root because it's technically not a layer
from .layers import Input
__version__ = '2.0.6'
__version__ = '2.0.7'
......@@ -3,12 +3,12 @@ from setuptools import find_packages
setup(name='Keras',
version='2.0.6',
version='2.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/2.0.6',
download_url='https://github.com/fchollet/keras/tarball/2.0.7',
license='MIT',
install_requires=['theano', 'pyyaml', 'six'],
extras_require={
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册