Skip to content

Commit

Permalink
chore: bump to v0.4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed May 17, 2024
1 parent 2ee740c commit 96e936e
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.8.4"
__version__ = "0.4.8.5"
__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 @@ -19,7 +19,7 @@ dependencies = [
"ipywidgets",
"pydantic",
"psutil",
"duckdb==0.10.1",
"duckdb>=0.10.1,<0.11.0",
"pyarrow",
"sqlglot>=23.15.8",
"requests",
Expand Down

0 comments on commit 96e936e

Please sign in to comment.