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 5ffa557 commit 022b8acCopy full SHA for 022b8ac
chdb/__init__.py
@@ -18,7 +18,7 @@ class ChdbError(Exception):
18
# UDF script path will be f"{g_udf_path}/{func_name}.py"
19
g_udf_path = ""
20
21
-chdb_version = ("0", "6", "0")
+chdb_version = ('0', '6', '0')
22
if sys.version_info[:2] >= (3, 7):
23
# get the path of the current file
24
current_path = os.path.dirname(os.path.abspath(__file__))
0 commit comments