Skip to content

Commit 721bfbe

Browse files
authored
Merge pull request #1864 from elementary-data/release/v0.18.0
release/v0.18.0
2 parents b730b4f + 68b238f commit 721bfbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_snippets/quickstart-package-install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Some packages we recommend you check out: [dbt_utils](https://github.com/dbt-lab
3939
```yml packages.yml
4040
packages:
4141
- package: elementary-data/elementary
42-
version: 0.17.0
42+
version: 0.18.0
4343
## Docs: https://docs.elementary-data.com
4444
```
4545
</Step>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elementary-data"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
description = "Data monitoring and lineage"
55
authors = ["Elementary"]
66
keywords = ["data", "lineage", "data lineage", "data warehouse", "DWH", "observability", "data monitoring", "data observability", "Snowflake", "BigQuery", "Redshift", "data reliability", "analytics engineering"]

0 commit comments

Comments
 (0)