Skip to content

Commit 221cf73

Browse files
0.1.1
1 parent 33411ae commit 221cf73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ from distutils.core import setup
33
setup(
44
name = 'extra_keras_datasets',
55
packages = ['extra_keras_datasets'],
6-
version = '0.1',
6+
version = '0.1.1',
77
license='MIT',
88
description = 'Extending the Keras Datasets module with extra ones.',
99
author = 'Christian Versloot',
1010
author_email = 'chris@machinecurve.com',
1111
url = 'https://github.com/christianversloot/extra_keras_datasets',
12-
download_url = '',
12+
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.1.tar.gz',
1313
keywords = ['keras', 'datasets', 'machine learning'],
1414
install_requires=[],
1515
classifiers=[

0 commit comments

Comments
 (0)