Skip to content

Commit 0fb0c22

Browse files
committed
Prepare new PyPI release.
1 parent 362bfdd commit 0fb0c22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
from . import optimizers
1919
from . import regularizers
2020

21-
__version__ = '2.0.2'
21+
__version__ = '2.0.3'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44

55
setup(name='Keras',
6-
version='2.0.2',
6+
version='2.0.3',
77
description='Deep Learning for Python',
88
author='Francois Chollet',
99
author_email='[email protected]',
1010
url='https://github.com/fchollet/keras',
11-
download_url='https://github.com/fchollet/keras/tarball/2.0.2',
11+
download_url='https://github.com/fchollet/keras/tarball/2.0.3',
1212
license='MIT',
1313
install_requires=['theano', 'pyyaml', 'six'],
1414
extras_require={

0 commit comments

Comments
 (0)