Skip to content

Commit

Permalink
release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and NoyaArie committed Aug 22, 2023
1 parent 6e44246 commit 1e4c466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/_snippets/quickstart-package-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Make sure to copy the packages that are relevant to your dbt version.
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.9.0
version: 0.10.0
## Docs: https://docs.elementary-data.com
```

Expand All @@ -55,7 +55,7 @@ packages:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.9.0
version: 0.10.0
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt >=1.2.0 \<1.3.0 ##
Expand All @@ -69,7 +69,7 @@ packages:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.9.0
version: 0.10.0
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt <1.2.0 ##
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elementary-data"
version = "0.9.2"
version = "0.10.0"
description = "Data monitoring and lineage"
authors = ["Elementary"]
keywords = ["data", "lineage", "data lineage", "data warehouse", "DWH", "observability", "data monitoring", "data observability", "Snowflake", "BigQuery", "Redshift", "data reliability", "analytics engineering"]
Expand Down

0 comments on commit 1e4c466

Please sign in to comment.