Skip to content

Commit

Permalink
Prepare 1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed May 15, 2016
1 parent d7ff7cd commit 8c2a573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion keras/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from __future__ import absolute_import
__version__ = '1.0.2'
from . import backend
from . import datasets
from . import engine
Expand All @@ -15,3 +14,5 @@
from . import objectives
from . import optimizers
from . import regularizers

__version__ = '1.0.3'
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.0.2',
version='1.0.3',
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.0.2',
download_url='https://github.com/fchollet/keras/tarball/1.0.3',
license='MIT',
install_requires=['theano', 'pyyaml', 'six'],
extras_require={
Expand Down

0 comments on commit 8c2a573

Please sign in to comment.