diff --git a/README.md b/README.md index 6ee8df143..77a30804d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | -| Chromium 116.0.5845.62 | ✅ | ✅ | ✅ | +| Chromium 116.0.5845.82 | ✅ | ✅ | ✅ | | WebKit 17.0 | ✅ | ✅ | ✅ | | Firefox 115.0 | ✅ | ✅ | ✅ | diff --git a/setup.py b/setup.py index 462453adb..c935ae536 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ InWheel = None from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand -driver_version = "1.37.0-alpha-aug-8-2023" +driver_version = "1.37.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: