Skip to content

Commit f1689d8

Browse files
committed
chore: bump to v0.4.9
1 parent 829c408 commit f1689d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygwalker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pygwalker.services.global_var import GlobalVarManager
1111
from pygwalker.services.kaggle import show_tips_user_kaggle as __show_tips_user_kaggle
1212

13-
__version__ = "0.4.8.10"
13+
__version__ = "0.4.9"
1414
__hash__ = __rand_str()
1515

1616
from pygwalker.api.jupyter import walk, render, table

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"ipylab<=1.0.0"
3838
]
3939
[project.urls]
40-
homepage = "https://github.com/Kanaries/pygwalker"
40+
homepage = "https://kanaries.net/pygwalker"
4141
repository = "https://github.com/Kanaries/pygwalker"
4242
# changelog, documentation
4343

0 commit comments

Comments
 (0)