Skip to content

Commit 17215f8

Browse files
committed
Updated config for correct pip version
1 parent e83e6ff commit 17215f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
setup(
33
name = 'satin',
44
packages = ['satin'],
5-
version = '1.0.0',
5+
version = '1.0.1',
66
description = 'A Python package to manage the MIR dataset SATIN for research purposes',
77
author = 'Yann Bayle',
88
author_email = '[email protected]',
99
url = 'https://github.com/ybayle/SATIN',
10-
download_url = 'https://github.com/ybayle/SATIN/archive/v1.0.0.tar.gz',
10+
download_url = 'https://github.com/ybayle/SATIN/archive/v1.0.1.tar.gz',
1111
keywords = ['satin', 'MIR', 'dataset', 'research', 'reproducibility'],
1212
classifiers = [],
1313
)

0 commit comments

Comments
 (0)