Skip to content

Commit 12d068f

Browse files
committed
Prepare PyPI release.
1 parent 070609c commit 12d068f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keras/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from . import optimizers
1616
from . import regularizers
1717

18-
__version__ = '1.1.2'
18+
__version__ = '1.2.0'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44

55
setup(name='Keras',
6-
version='1.1.2',
6+
version='1.2.0',
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/1.1.2',
11+
download_url='https://github.com/fchollet/keras/tarball/1.2.0',
1212
license='MIT',
1313
install_requires=['theano', 'pyyaml', 'six'],
1414
extras_require={

0 commit comments

Comments
 (0)