From 1f972169e94cc2411bbf7d53a23ee835db141deb Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 16 Feb 2021 22:54:41 -0800 Subject: [PATCH] Fix a name mistake in the README --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ed958d..e290f7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "python-launcher" -version = "0.14.2" +version = "0.14.3" dependencies = [ "comfy-table", "exitcode", diff --git a/Cargo.toml b/Cargo.toml index 36f5bcd..0f5c9db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "python-launcher" description = "The Python launcher for Unix" -version = "0.14.2" +version = "0.14.3" authors = ["Brett Cannon "] repository = "https://github.com/brettcannon/python-launcher" readme = "README.md" diff --git a/README.md b/README.md index 675dcf3..ed2686a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Please note that while searching, the search for a Python version can become more specific. This leads to a switch in the search algorithm to the one most appropriate to the specificity of the version. -You can always run the Python Launcher with `PYVENV_DEBUG` set to some value +You can always run the Python Launcher with `PYLAUNCH_DEBUG` set to some value to have it output logging details of how it is performing its search. ### `py -3.6` (specific version)