From 34fccf64a4e890df1b1849b925671a75f9e61b2d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 20 Mar 2018 06:38:27 -0400 Subject: [PATCH] 9.0.2 Signed-off-by: Kenneth Reitz <me@kennethreitz.org> --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 724e1e57..adfff6ef 100755 --- a/bin/compile +++ b/bin/compile @@ -45,7 +45,7 @@ LATEST_3="python-3.6.4" LATEST_2="python-2.7.14" DEFAULT_PYTHON_STACK="cedar-14" -PIP_UPDATE="9.0.1" +PIP_UPDATE="9.0.2" export DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE LATEST_2 LATEST_3 -- GitLab