We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6b867 commit 3a941bfCopy full SHA for 3a941bf
3 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ggsql-python"
3
-version = "0.2.7"
+version = "0.3.0"
4
edition = "2021"
5
authors = ["ggsql Team"]
6
license = "MIT"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "ggsql"
7
8
description = "SQL extension for declarative data visualization"
9
readme = "README.md"
10
requires-python = ">=3.10"
python/ggsql/__init__.py
@@ -33,7 +33,7 @@
33
"execute",
34
"render_altair",
35
]
36
-__version__ = "0.2.7"
+__version__ = "0.3.0"
37
38
# Type alias for any Altair chart type
39
AltairChart = Union[
0 commit comments