Skip to content

Commit

Permalink
chore: bump to v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Nov 11, 2023
1 parent 709d382 commit f081ad5
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 @@ -8,7 +8,7 @@
from pygwalker.utils.randoms import rand_str as __rand_str
from pygwalker.services.global_var import GlobalVarManager

__version__ = "0.3.12a1"
__version__ = "0.3.12"
__hash__ = __rand_str()

from pygwalker.api.walker import walk
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"psutil",
"duckdb<=0.8.1",
"pyarrow",
"sqlglot>=18.8.0",
"sqlglot>=19.0.0",
"requests",
"arrow",
"sqlalchemy",
Expand Down

0 comments on commit f081ad5

Please sign in to comment.