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

Commit

Permalink
Prepare new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed May 31, 2019
1 parent 0494094 commit ff90696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keras_preprocessing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ def get_keras_submodule(name):
return _KERAS_UTILS


__version__ = '1.0.9'
__version__ = '1.1.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
'''

setup(name='Keras_Preprocessing',
version='1.0.9',
version='1.1.0',
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.8',
'keras-preprocessing/tarball/1.1.0',
license='MIT',
install_requires=['numpy>=1.9.1',
'six>=1.9.0'],
Expand Down

0 comments on commit ff90696

Please sign in to comment.