Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Update version number to 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jan 30, 2019
1 parent ecc2716 commit 127d46b
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
Expand Up @@ -39,4 +39,4 @@ def get_keras_submodule(name):
elif name == 'utils':
return _KERAS_UTILS

__version__ = '1.0.5'
__version__ = '1.0.6'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -21,14 +21,14 @@
'''

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

0 comments on commit 127d46b

Please sign in to comment.