From 17215f87d7a2204c9538470161d1a523321f4828 Mon Sep 17 00:00:00 2001 From: Yann Bayle Date: Thu, 11 May 2017 15:37:20 -0400 Subject: [PATCH] Updated config for correct pip version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 17ebb5a..5c2322d 100644 --- a/setup.py +++ b/setup.py @@ -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 = 'bayle.yann@live.fr', 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 = [], )