Skip to content

Commit 66fd993

Browse files
Bump version to 0.2.17
1 parent ea81ee5 commit 66fd993

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sidemantic"
3-
version = "0.2.16"
3+
version = "0.2.17"
44
description = "SQLGlot-based semantic layer with multi-format adapter support"
55
readme = "README.md"
66
license = {file = "LICENSE"}

sidemantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Sidemantic: SQLGlot-based semantic layer with multi-format adapter support."""
22

3-
__version__ = "0.2.16"
3+
__version__ = "0.2.17"
44

55
from sidemantic.core.dimension import Dimension
66
from sidemantic.core.metric import Metric

0 commit comments

Comments
 (0)