Skip to content

Commit

Permalink
Prepare 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Dec 1, 2017
1 parent 4a58b17 commit 26d5e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keras/__init__.py
Expand Up @@ -23,4 +23,4 @@
from .models import Model
from .models import Sequential

__version__ = '2.1.1'
__version__ = '2.1.2'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,12 +3,12 @@


setup(name='Keras',
version='2.1.1',
version='2.1.2',
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.1',
download_url='https://github.com/fchollet/keras/tarball/2.1.2',
license='MIT',
install_requires=['numpy>=1.9.1',
'scipy>=0.14',
Expand Down

0 comments on commit 26d5e10

Please sign in to comment.