Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 1, 2018
1 parent eaeef6e commit fb84a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
'''

setup(name='Keras_Preprocessing',
version='1.0.0',
version='1.0.1',
description='Easy data preprocessing and data augmentation '
'for deep learning models',
long_description=long_description,
author='Keras Team',
url='https://github.com/keras-team/keras-preprocessing',
download_url='https://github.com/keras-team/'
'keras-preprocessing/tarball/1.0.0',
'keras-preprocessing/tarball/1.0.1',
license='MIT',
install_requires=['keras>=2.1.6',
'numpy>=1.9.1',
Expand Down

0 comments on commit fb84a51

Please sign in to comment.