Skip to content

Commit

Permalink
pyenv 2.0.0 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao authored May 28, 2021
1 parent 005caf3 commit 5327db2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This GitHub Action allows using pyenv in your build.
Features:
=========

- Installs pyenv ``1.2.21``.
- Installs pyenv ``2.0.0``.
- Exports `PYENV_ROOT <https://github.com/pyenv/pyenv#environment-variables>`_ environment variable.
- Injects ``$PYENV_ROOT/bin`` in the PATH.
- Injects `pyenv shims <https://github.com/pyenv/pyenv#understanding-shims>`_ in the PATH.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9444,7 +9444,7 @@ function wrappy (fn, cb) {

Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.PYENV_VERSION = void 0;
exports.PYENV_VERSION = '1.2.21';
exports.PYENV_VERSION = '2.0.0';


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion src/defaults.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PYENV_VERSION: string = '1.2.21';
export const PYENV_VERSION: string = '2.0.0';

0 comments on commit 5327db2

Please sign in to comment.