From 20b3137229a0efe8602a7f47a7c617fdb403d5d5 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 20 Dec 2022 13:19:16 +0100 Subject: [PATCH] chore: roll to 1.29.0 (#1688) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: