We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea81ee5 commit 66fd993Copy full SHA for 66fd993
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sidemantic"
3
-version = "0.2.16"
+version = "0.2.17"
4
description = "SQLGlot-based semantic layer with multi-format adapter support"
5
readme = "README.md"
6
license = {file = "LICENSE"}
sidemantic/__init__.py
"""Sidemantic: SQLGlot-based semantic layer with multi-format adapter support."""
-__version__ = "0.2.16"
+__version__ = "0.2.17"
from sidemantic.core.dimension import Dimension
from sidemantic.core.metric import Metric
0 commit comments