提交 d2189fef 编写于 作者: F Francois Chollet

Update version number: now 0.2.0

上级 0a35173b
......@@ -3,15 +3,15 @@ from setuptools import find_packages
setup(name='Keras',
version='0.1.2',
version='0.2.0',
description='Theano-based Deep Learning library',
author='Francois Chollet',
author_email='francois.chollet@gmail.com',
url='https://github.com/fchollet/keras',
download_url='https://github.com/fchollet/keras/tarball/0.1.2',
download_url='https://github.com/fchollet/keras/tarball/0.2.0',
license='MIT',
install_requires=['theano', 'pyyaml'],
extras_require = {
extras_require={
'h5py': ['h5py'],
},
packages=find_packages())
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册