create namespace v2 in __init__.py

This commit is contained in:
UltrafunkAmsterdam 2021-06-27 13:41:21 +02:00
parent e598e1ca1b
commit fd9b6d5fd7
1 changed files with 2 additions and 1 deletions

View File

@ -28,9 +28,10 @@ from distutils.version import LooseVersion
from urllib.request import urlopen, urlretrieve
from selenium.webdriver import Chrome as _Chrome, ChromeOptions as _ChromeOptions
from . import v2
logger = logging.getLogger(__name__)
__version__ = "3.0.1"
__version__ = "3.0.2"
TARGET_VERSION = 0