Skip to content

Commit 9a7c5ae

Browse files
committed
Update description to 'Universal semantic layer'
1 parent 66fd993 commit 9a7c5ae

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,7 +1,7 @@
11
[project]
22
name = "sidemantic"
33
version = "0.2.17"
4-
description = "SQLGlot-based semantic layer with multi-format adapter support"
4+
description = "Universal semantic layer with multi-format adapter support"
55
readme = "README.md"
66
license = {file = "LICENSE"}
77
requires-python = ">=3.11"

sidemantic/__init__.py

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

33
__version__ = "0.2.17"
44

0 commit comments

Comments
 (0)