Skip to content

Commit b274296

Browse files
Bump version
1 parent 7b50a78 commit b274296

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
@@ -2,14 +2,14 @@
22
setup(
33
name = 'extra_keras_datasets',
44
packages = ['extra_keras_datasets'],
5-
version = '0.1.5',
5+
version = '0.1.6',
66
license='MIT',
77
description = 'Extending the Keras Datasets module with extra ones.',
88
long_description = 'Extending the Keras Datasets module with extra ones.',
99
author = 'Christian Versloot',
1010
author_email = '[email protected]',
1111
url = 'https://github.com/christianversloot/extra_keras_datasets',
12-
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.5.tar.gz',
12+
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.6.tar.gz',
1313
keywords = ['keras', 'datasets', 'machine learning'],
1414
install_requires=[
1515
'tensorflow-auto-detect',

0 commit comments

Comments
 (0)