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

Commit 5895a3f

Browse files
committed
Prepare 1.0.4 release.
1 parent 1bb019a commit 5895a3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keras_preprocessing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def get_keras_submodule(name):
3939
elif name == 'utils':
4040
return _KERAS_UTILS
4141

42-
__version__ = '1.0.3'
42+
__version__ = '1.0.4'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
'''
2222

2323
setup(name='Keras_Preprocessing',
24-
version='1.0.3',
24+
version='1.0.4',
2525
description='Easy data preprocessing and data augmentation '
2626
'for deep learning models',
2727
long_description=long_description,
2828
author='Keras Team',
2929
url='https://github.com/keras-team/keras-preprocessing',
3030
download_url='https://github.com/keras-team/'
31-
'keras-preprocessing/tarball/1.0.3',
31+
'keras-preprocessing/tarball/1.0.4',
3232
license='MIT',
3333
install_requires=['numpy>=1.9.1',
3434
'six>=1.9.0'],

0 commit comments

Comments
 (0)