Skip to content

Commit

Permalink
chore: bump to 0.1.45a6
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Mar 7, 2024
1 parent 8d4f7e7 commit 40767a9
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.44"
__version__ = "0.1.45a6"

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.44-pygwalker-0"
wasm_version = "0.1.45-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 40767a9

Please sign in to comment.