Skip to content

Commit a28ab43

Browse files
authored
Update setup.py
1 parent 301601c commit a28ab43

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
@@ -8,15 +8,15 @@
88
setup(
99
name='mimo_keras',
1010
packages=['mimo_keras'],
11-
version='0.1.16',
11+
version='0.1.17',
1212
license='MIT',
1313
description='A DataGenerator for Keras multiple-input multiple-output models and massive datasets with any type of data',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',
1616
author='Simkarwin',
1717
author_email='simkarwin@gmail.com',
1818
url='https://github.com/simkarwin/mimo_keras',
19-
download_url='https://github.com/simkarwin/mimo_keras/archive/V0.1.16.tar.gz',
19+
download_url='https://github.com/simkarwin/mimo_keras/archive/V0.1.17.tar.gz',
2020
keywords=['keras data generator', 'data generator', 'multi-input multi-output model', 'medical image processing'],
2121
install_requires=[
2222
'numpy>=1.0.0',

0 commit comments

Comments
 (0)