diff --git a/setup.py b/setup.py index 67a333001..2b5c1c216 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.29.0-beta-1671131879000" +driver_version = "1.29.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: