Skip to content

Commit 3a941bf

Browse files
committed
Bump version to 0.3.0
1 parent 2e6b867 commit 3a941bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ggsql-python"
3-
version = "0.2.7"
3+
version = "0.3.0"
44
edition = "2021"
55
authors = ["ggsql Team"]
66
license = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "ggsql"
7-
version = "0.2.7"
7+
version = "0.3.0"
88
description = "SQL extension for declarative data visualization"
99
readme = "README.md"
1010
requires-python = ">=3.10"

python/ggsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"execute",
3434
"render_altair",
3535
]
36-
__version__ = "0.2.7"
36+
__version__ = "0.3.0"
3737

3838
# Type alias for any Altair chart type
3939
AltairChart = Union[

0 commit comments

Comments
 (0)