Skip to content

Commit

Permalink
Updated config for correct pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
ybayle committed May 11, 2017
1 parent e83e6ff commit 17215f8
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,12 +2,12 @@
setup(
name = 'satin',
packages = ['satin'],
version = '1.0.0',
version = '1.0.1',
description = 'A Python package to manage the MIR dataset SATIN for research purposes',
author = 'Yann Bayle',
author_email = '[email protected]',
url = 'https://github.com/ybayle/SATIN',
download_url = 'https://github.com/ybayle/SATIN/archive/v1.0.0.tar.gz',
download_url = 'https://github.com/ybayle/SATIN/archive/v1.0.1.tar.gz',
keywords = ['satin', 'MIR', 'dataset', 'research', 'reproducibility'],
classifiers = [],
)

0 comments on commit 17215f8

Please sign in to comment.