Skip to content

Commit

Permalink
Prepare 1.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Oct 31, 2016
1 parent cdab739 commit c6d2ccd
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 @@ -15,4 +15,4 @@
from . import optimizers
from . import regularizers

__version__ = '1.1.0'
__version__ = '1.1.1'
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='1.1.0',
version='1.1.1',
description='Deep Learning for Python',
author='Francois Chollet',
author_email='[email protected]',
url='https://github.com/fchollet/keras',
download_url='https://github.com/fchollet/keras/tarball/1.1.0',
download_url='https://github.com/fchollet/keras/tarball/1.1.1',
license='MIT',
install_requires=['theano', 'pyyaml', 'six'],
extras_require={
Expand Down

0 comments on commit c6d2ccd

Please sign in to comment.