diff --git a/keras_preprocessing/__init__.py b/keras_preprocessing/__init__.py index 2c0b0797..a867b68d 100644 --- a/keras_preprocessing/__init__.py +++ b/keras_preprocessing/__init__.py @@ -39,4 +39,4 @@ def get_keras_submodule(name): elif name == 'utils': return _KERAS_UTILS -__version__ = '1.0.5' +__version__ = '1.0.6' diff --git a/setup.py b/setup.py index 87f35aca..22421446 100644 --- a/setup.py +++ b/setup.py @@ -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'],