From 42f8ed2dce964687744778abf8ac98305b0a1d82 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Thu, 24 May 2018 12:28:04 +0000 Subject: [PATCH] v1.1.3 --- bin/pyenv-virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 5e179892..84cf37d8 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -9,7 +9,7 @@ # -f/--force Install even if the version appears to be installed already # -PYENV_VIRTUALENV_VERSION="1.1.2" +PYENV_VIRTUALENV_VERSION="1.1.3" set -e [ -n "$PYENV_DEBUG" ] && set -x