We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00e2a3 commit a5c5cdeCopy full SHA for a5c5cde
1 file changed
appium/version.py
@@ -14,7 +14,9 @@
14
15
from importlib.metadata import version
16
17
+
18
def _get_version():
19
return version('Appium-Python-Client')
20
21
22
version = _get_version()
0 commit comments