From d65988b16c6a480623f36a8ffbb498a233816cbe Mon Sep 17 00:00:00 2001 From: Manu Garg Date: Sun, 2 Nov 2025 00:03:50 -0700 Subject: [PATCH] Change pacparser specific version example to 1.4.6 Updated the specific version of pacparser in the installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f3e6d4..313580e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ For Python module, you can use pip. Pre-built module is available for `64-bit Li Windows, MacOS-Intel, and MacOS-ARM`, for Python `3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14`. ``` python -m pip install pacparser -python -m pip install pacparser==1.3.8.dev15 (specific version) +python -m pip install pacparser==1.4.6 (specific version) ``` For other pre-built binaries, download them from the project's [releases](