Skip to content

Commit 2345aee

Browse files
committed
Add version_tuple to seleniumbase/__init__.py
1 parent 97d5b87 commit 2345aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
del webdriver # Undo "import webdriver" / Simplify "dir(seleniumbase)"
2222

2323
version_info = [int(i) for i in __version__.split(".") if i.isdigit()] # noqa
24+
version_tuple = tuple(version_info) # noqa

0 commit comments

Comments
 (0)