From 3f698b705aca7c58c9bae6eb8bb93c57b7a0fa9b Mon Sep 17 00:00:00 2001 From: Calvin Huang Date: Fri, 7 Jul 2017 15:15:41 -0700 Subject: [PATCH] fix download_url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ee4cd9..4d3c25e 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ author = 'Calvin Huang', author_email = 'c@lvin.me', url = 'https://github.com/scaleapi/scaleapi-python-client', - download_url = 'https://github.com/scaleapi/scaleapi-python-client/tarball/0.1.2', + download_url = 'https://github.com/scaleapi/scaleapi-python-client/tarball/0.1.9', keywords = ['scale', 'scaleapi', 'humans', 'tasks', 'categorization', 'transcription', 'annotation', 'comparison', 'data collection', 'phone call', 'audio transcription'], install_requires = install_requires, classifiers = ['Programming Language :: Python :: 2.7',