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: