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

Commit fb84a51

Browse files
committed
Prepare 1.0.1 release
1 parent eaeef6e commit fb84a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0',
24+
version='1.0.1',
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.0',
31+
'keras-preprocessing/tarball/1.0.1',
3232
license='MIT',
3333
install_requires=['keras>=2.1.6',
3434
'numpy>=1.9.1',

0 commit comments

Comments
 (0)