We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86da74 commit 0690926Copy full SHA for 0690926
appium/version.py
@@ -1,4 +1,7 @@
1
def _get_version():
2
from importlib.metadata import version
3
- return version("Appium-Python-Client")
+
4
+ return version('Appium-Python-Client')
5
6
7
version = _get_version()
script/release.py
@@ -46,7 +46,7 @@ def get_new_version():
46
47
48
def update_version_file(version):
49
- call_bash_script(f"uv version {version}")
+ call_bash_script(f'uv version {version}')
50
51
52
def call_bash_script(cmd):
0 commit comments