提交 7a12fd0f 编写于 作者: F Francois Chollet

1.0.1 release

上级 9d601266
__version__ = '1.0.0'
__version__ = '1.0.1'
......@@ -3,12 +3,12 @@ from setuptools import find_packages
setup(name='Keras',
version='1.0.0',
version='1.0.1',
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.0',
download_url='https://github.com/fchollet/keras/tarball/1.0.1',
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.
先完成此消息的编辑!
想要评论请 注册