Skip to content

Commit b28d4e8

Browse files
committed
release/v0.6.2
1 parent 5441248 commit b28d4e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/snippets/quickstart-package-install.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Make sure to copy the packages that are relevant to your dbt version.
4646
```yml packages.yml
4747
packages:
4848
- package: elementary-data/elementary
49-
version: 0.6.1
49+
version: 0.6.2
5050
## Docs: https://docs.elementary-data.com
5151
```
5252

@@ -55,7 +55,7 @@ packages:
5555
```yml packages.yml
5656
packages:
5757
- package: elementary-data/elementary
58-
version: 0.6.1
58+
version: 0.6.2
5959
## Docs: https://docs.elementary-data.com
6060

6161
## !! Important !! For dbt <1.2.0 ##

elementary/monitor/dbt_project/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ packages:
22
- package: dbt-labs/dbt_utils
33
version: [">=0.8.0", "<0.9.0"]
44
- package: elementary-data/elementary
5-
version: 0.6.1
5+
version: 0.6.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name="elementary-data",
1313
description="Data monitoring and lineage",
14-
version="0.6.1",
14+
version="0.6.2",
1515
packages=find_packages(),
1616
include_package_data=True,
1717
python_requires=">=3.6.2",

0 commit comments

Comments
 (0)