Skip to content

Commit

Permalink
Prepare 2.0.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Aug 21, 2017
1 parent 4951515 commit 14a12e9
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# Importable from root because it's technically not a layer
from .layers import Input

__version__ = '2.0.6'
__version__ = '2.0.7'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@


setup(name='Keras',
version='2.0.6',
version='2.0.7',
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.0.6',
download_url='https://github.com/fchollet/keras/tarball/2.0.7',
license='MIT',
install_requires=['theano', 'pyyaml', 'six'],
extras_require={
Expand Down

0 comments on commit 14a12e9

Please sign in to comment.