Skip to content

Commit

Permalink
Fix version update issue making whl
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Aug 8, 2024
1 parent 5ffa557 commit 022b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ChdbError(Exception):
# UDF script path will be f"{g_udf_path}/{func_name}.py"
g_udf_path = ""

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

0 comments on commit 022b8ac

Please sign in to comment.