Skip to content

Commit 022b8ac

Browse files
committed
Fix version update issue making whl
1 parent 5ffa557 commit 022b8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ChdbError(Exception):
1818
# UDF script path will be f"{g_udf_path}/{func_name}.py"
1919
g_udf_path = ""
2020

21-
chdb_version = ("0", "6", "0")
21+
chdb_version = ('0', '6', '0')
2222
if sys.version_info[:2] >= (3, 7):
2323
# get the path of the current file
2424
current_path = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)