From 196dc5a852a4cc7a6af520e11435b7b2ffe9a9d8 Mon Sep 17 00:00:00 2001 From: Lucas Tierney Date: Thu, 1 Aug 2019 18:22:17 -0500 Subject: [PATCH] testing travis change --- py/selenium/webdriver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/selenium/webdriver/__init__.py b/py/selenium/webdriver/__init__.py index b0f179115ca5c..23f2103759d71 100644 --- a/py/selenium/webdriver/__init__.py +++ b/py/selenium/webdriver/__init__.py @@ -36,4 +36,4 @@ from .common.touch_actions import TouchActions # noqa from .common.proxy import Proxy # noqa -__version__ = '4.0.0a1' +__version__ = '4.0.0a2'