aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 1320ac92..39ea44bc 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -354,7 +354,7 @@ def _resolve_version(version):
reader = codecs.getreader(charset)
doc = json.load(reader(resp))
- return doc['info']['version']
+ return str(doc['info']['version'])
def _build_install_args(options):