提交 018e55be 编写于 作者: F Francois Chollet

Prepare PyPI release.

上级 c6c95144
......@@ -23,4 +23,4 @@ from .layers import Input
from .models import Model
from .models import Sequential
__version__ = '2.1.0'
__version__ = '2.1.1'
......@@ -3,12 +3,12 @@ from setuptools import find_packages
setup(name='Keras',
version='2.1.0',
version='2.1.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/2.1.0',
download_url='https://github.com/fchollet/keras/tarball/2.1.1',
license='MIT',
install_requires=['numpy>=1.9.1',
'scipy>=0.14',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册