Skip to content

Commit 6ead68a

Browse files
Bump version to 0.8.0
1 parent cf241dc commit 6ead68a

3 files changed

Lines changed: 3 additions & 3 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.7.0"
3+
version = "0.8.0"
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
@@ -2,7 +2,7 @@
22

33
from typing import TYPE_CHECKING
44

5-
__version__ = "0.7.0"
5+
__version__ = "0.8.0"
66

77
from sidemantic.core.dimension import Dimension
88
from sidemantic.core.metric import Metric

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)