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