From c115046a0fb9735c88dcad7002332ac0d0b80e6a Mon Sep 17 00:00:00 2001 From: Mattwmaster58 Date: Sat, 16 Nov 2024 23:03:07 -0500 Subject: [PATCH] [skip-ci] rc4 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf48be5..b300d26 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a WIP fork. I've merged some of the outstanding PRs and added some featu Install the latest stable release: ``` -$ pip install git+https://github.com/Mattwmaster58/playwright_stealth@rc3 +$ pip install git+https://github.com/Mattwmaster58/playwright_stealth@rc4 ``` or straight from `main` ``` diff --git a/setup.cfg b/setup.cfg index ec88f92..fdffcbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = playwright-stealth -version = 2.0.0rc3 +version = 2.0.0rc4 author = AtuboDad author_email = lcjasas@sina.com maintainer = Mattwmaster58