提交 26d5e100 编写于 作者: F Francois Chollet

Prepare 2.1.2 release

上级 4a58b178
...@@ -23,4 +23,4 @@ from .layers import Input ...@@ -23,4 +23,4 @@ from .layers import Input
from .models import Model from .models import Model
from .models import Sequential from .models import Sequential
__version__ = '2.1.1' __version__ = '2.1.2'
...@@ -3,12 +3,12 @@ from setuptools import find_packages ...@@ -3,12 +3,12 @@ from setuptools import find_packages
setup(name='Keras', setup(name='Keras',
version='2.1.1', version='2.1.2',
description='Deep Learning for Python', description='Deep Learning for Python',
author='Francois Chollet', author='Francois Chollet',
author_email='francois.chollet@gmail.com', author_email='francois.chollet@gmail.com',
url='https://github.com/fchollet/keras', url='https://github.com/fchollet/keras',
download_url='https://github.com/fchollet/keras/tarball/2.1.1', download_url='https://github.com/fchollet/keras/tarball/2.1.2',
license='MIT', license='MIT',
install_requires=['numpy>=1.9.1', install_requires=['numpy>=1.9.1',
'scipy>=0.14', 'scipy>=0.14',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册