Skip to content

Commit

Permalink
Update setup.py for v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christianversloot committed Jan 9, 2020
1 parent 17d2f49 commit b7ec118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
setup(
name = 'extra_keras_datasets',
packages = ['extra_keras_datasets'],
version = '0.1.2',
version = '0.1.3',
license='MIT',
description = 'Extending the Keras Datasets module with extra ones.',
long_description = 'Extending the Keras Datasets module with extra ones.',
author = 'Christian Versloot',
author_email = '[email protected]',
url = 'https://github.com/christianversloot/extra_keras_datasets',
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.2.tar.gz',
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.3.tar.gz',
keywords = ['keras', 'datasets', 'machine learning'],
install_requires=[
'keras',
Expand Down

0 comments on commit b7ec118

Please sign in to comment.