Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
christianversloot committed Feb 3, 2020
1 parent 8774f61 commit 1a83489
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.6',
version = '0.1.7',
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.6.tar.gz',
download_url = 'https://github.com/christianversloot/extra_keras_datasets/archive/0.1.7.tar.gz',
keywords = ['keras', 'datasets', 'machine learning'],
install_requires=[
'numpy',
Expand Down

0 comments on commit 1a83489

Please sign in to comment.