From 9e81d99ab9c9102db76432adad2ec2b87af939ab Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 20 May 2021 18:44:26 +0200 Subject: [PATCH] chore: roll driver to 1.11.1-1621490832000 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc64b9a6a..94153e6a9 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ InWheel = None from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand -driver_version = "1.11.0-1620331022000" +driver_version = "1.11.1-1621490832000" def extractall(zip: zipfile.ZipFile, path: str) -> None: