Skip to content

Commit

Permalink
chore: bump to v0.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Jan 9, 2024
1 parent 054bc15 commit 18f313f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gw_dsl_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.38"
__version__ = "0.1.39"

from .core import get_sql_from_payload
2 changes: 1 addition & 1 deletion scripts/download_wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from urllib.request import urlretrieve

wasm_version = "0.1.38-pygwalker-0"
wasm_version = "0.1.39-pygwalker-0"

url = f"https://pygwalker-public-bucket.s3.amazonaws.com/gw-dsl-parser-wasm/dsl_parser_{wasm_version}.wasm"
outout_path = os.path.join(
Expand Down

0 comments on commit 18f313f

Please sign in to comment.