Skip to content

Commit ab44f8b

Browse files
Bump version to 0.2.28
1 parent 2f26743 commit ab44f8b

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.27"
3+
version = "0.2.28"
44
description = "Universal semantic layer - import from Cube, dbt, LookML, Hex, and more"
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: Universal semantic layer - import from Cube, dbt, LookML, Hex, and more."""
22

3-
__version__ = "0.2.27"
3+
__version__ = "0.2.28"
44

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

0 commit comments

Comments
 (0)