From 5ba82253c4e898d6217f3bca284114002dd3dfa7 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 25 Jan 2023 15:52:48 +0000 Subject: [PATCH] chore(roll): roll to v1.30.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fd420340..626396466 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.30.0-beta-1674276599000" +driver_version = "1.30.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: