Skip to content

Commit deb7aaa

Browse files
committed
release v0.20.1
1 parent 9b44424 commit deb7aaa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.20.0
42+
version: 0.21.0
4343
## Docs: https://docs.elementary-data.com
4444
```
4545
</Step>

elementary/monitor/dbt_project/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ packages:
1010
# revision: 20b76374f7c1b6cc280af7652c720e6069499a19
1111
# When releasing a new version of the package, if the current version is using a commit hash, update the version to the new version.
1212
# - package: elementary-data/elementary
13-
# version: 0.20.0
13+
# version: 0.21.0

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.20.0"
3+
version = "0.20.1"
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)