From 1afbe099a76a9fcf68d4a27bcedf877bd2958beb Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 11 Jun 2021 13:07:03 -0700 Subject: [PATCH] release-1.12: roll new driver --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5db5cf478..0061493d9 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.12.0-1623185968000" +driver_version = "1.12.2-1623435892000" def extractall(zip: zipfile.ZipFile, path: str) -> None: