We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58767da commit 2ef4b0dCopy full SHA for 2ef4b0d
taipy/version.py
@@ -13,6 +13,7 @@
13
import os
14
15
16
+
17
def _get_version():
18
with open(f"{os.path.dirname(os.path.abspath(__file__))}{os.sep}version.json") as version_file:
19
version = json.load(version_file)
0 commit comments