Skip to content

Commit d2189fe

Browse files
committed
Update version number: now 0.2.0
1 parent 0a35173 commit d2189fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

44

55
setup(name='Keras',
6-
version='0.1.2',
6+
version='0.2.0',
77
description='Theano-based Deep Learning library',
88
author='Francois Chollet',
99
author_email='francois.chollet@gmail.com',
1010
url='https://github.com/fchollet/keras',
11-
download_url='https://github.com/fchollet/keras/tarball/0.1.2',
11+
download_url='https://github.com/fchollet/keras/tarball/0.2.0',
1212
license='MIT',
1313
install_requires=['theano', 'pyyaml'],
14-
extras_require = {
14+
extras_require={
1515
'h5py': ['h5py'],
1616
},
1717
packages=find_packages())

0 commit comments

Comments
 (0)