Skip to content

Commit 004a4ef

Browse files
Bump version (#411)
Towards #387 ### Description Bumps the patch version on this to allow folks working on other teams to start to use the new fields for our updated YAML spec (with validation!). ### Checklist - [x] I have read [the contributing guide](https://github.com/dbt-labs/dbt-semantic-interfaces/blob/main/CONTRIBUTING.md) and understand what's expected of me - [x] I have signed the [CLA](https://docs.getdbt.com/docs/contributor-license-agreements) - [x] This PR includes tests, or tests are not required/relevant for this PR - [ ] I have run `changie new` to [create a changelog entry](https://github.com/dbt-labs/dbt-semantic-interfaces/blob/main/CONTRIBUTING.md#adding-a-changelog-entry)
1 parent 9bb10fd commit 004a4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbt-semantic-interfaces"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = 'The shared semantic layer definitions that dbt-core and MetricFlow use'
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)