Skip to content

Commit

Permalink
chore: bump to v0.4.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Aug 1, 2024
1 parent 754bf70 commit b3752eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/streamlit_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_pyg_renderer() -> "StreamlitRenderer":
renderer.explorer()

with tab2:
renderer.explorer(default_tab="data")
renderer.explorer(default_tab="data", key="explorer0")

with tab3:
renderer.viewer()
Expand Down
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.4a2"
__version__ = "0.4.9.4"
__hash__ = __rand_str()

from pygwalker.api.jupyter import walk, render, table
Expand Down

0 comments on commit b3752eb

Please sign in to comment.