1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23:53 -05:00

v20160303

This commit is contained in:
Yamashita, Yuu
2016-03-03 00:43:07 +00:00
parent d75b1a12d7
commit 7467c88780
2 changed files with 10 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20160202"
version="20160303"
git_revision=""
for source_dir in "${BASH_SOURCE%/*}" "$PYENV_ROOT"; do