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

Commit 7032ff3

Browse files
committed
Update version number.
1 parent 888abbc commit 7032ff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keras_preprocessing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ def get_keras_submodule(name):
4040
return _KERAS_UTILS
4141

4242

43-
__version__ = '1.0.8'
43+
__version__ = '1.0.9'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'''
2424

2525
setup(name='Keras_Preprocessing',
26-
version='1.0.8',
26+
version='1.0.9',
2727
description='Easy data preprocessing and data augmentation '
2828
'for deep learning models',
2929
long_description=long_description,

0 commit comments

Comments
 (0)