Skip to content

Commit 036755b

Browse files
committed
Release 0.2.2
1 parent 9368049 commit 036755b

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

pdm.lock

Lines changed: 35 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11

22
[project]
33
name = "lkml2cube"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
description = "Looker ML to Cube converter"
66
authors = [
77
{name = "Paco Valdez", email = "[email protected]"},
88
]
99
dependencies = [
1010
"typer[all]>=0.9.0",
1111
"lkml>=1.3.1",
12+
"pyyaml>=6.0.1",
1213
]
1314
requires-python = ">=3.10"
1415
readme = "README.md"

0 commit comments

Comments
 (0)