From d97cbb9029aa2b143c6f663cec16618ec2d2871d Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Thu, 2 Dec 2021 14:08:47 -0800 Subject: [PATCH] chore: roll driver to 1.17.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b12153088..c2b6cb951 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.17.0" +driver_version = "1.17.1" def extractall(zip: zipfile.ZipFile, path: str) -> None: