Browse Source

Update PYENV_VIRTUALENV_VERSION (#449)

Co-authored-by: Jack McIvor <j.mcivor@draftkings.com>
pull/451/head
Jack McIvor 1 year ago
committed by GitHub
parent
commit
13bc1877ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/pyenv-virtualenv

+ 1
- 1
bin/pyenv-virtualenv View File

@ -13,7 +13,7 @@
# -u/--upgrade Imply --force
#
PYENV_VIRTUALENV_VERSION="1.1.5"
PYENV_VIRTUALENV_VERSION="1.2.1"
set -e
[ -n "$PYENV_DEBUG" ] && set -x

Loading…
Cancel
Save