Skip to content

Commit

Permalink
chore: update gw_dsl_parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Jul 31, 2024
1 parent 632ad81 commit 787dadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pygwalker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pygwalker.services.global_var import GlobalVarManager
from pygwalker.services.kaggle import show_tips_user_kaggle as __show_tips_user_kaggle

__version__ = "0.4.9.4a0"
__version__ = "0.4.9.4a1"
__hash__ = __rand_str()

from pygwalker.api.jupyter import walk, render, table
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"requests",
"arrow",
"sqlalchemy",
"gw_dsl_parser==0.1.49",
"gw_dsl_parser==0.1.49.1",
"appdirs",
"segment-analytics-python==2.2.3",
"pandas",
Expand Down

0 comments on commit 787dadd

Please sign in to comment.