From 51c1504f559f5b3055cd48fc6d860d24bbc8462b Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 21 Feb 2023 23:38:14 +0100 Subject: [PATCH] chore: use v1.31.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da75b45a3..b3f15d5b1 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.31.0-beta-1676906983000" +driver_version = "1.31.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: