Skip to content

Commit b29ffae

Browse files
committed
Version bump 0.5.0
1 parent 08fa3e6 commit b29ffae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/quickstart.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Make sure to copy the packages that are relevant to your dbt version.
5252
```yml packages.yml
5353
packages:
5454
- package: elementary-data/elementary
55-
version: 0.4.11
56-
## compatible with Elementary CLI version 0.4.11
55+
version: 0.5.0
56+
## compatible with Elementary CLI version 0.5.0
5757
## see docs: https://docs.elementary-data.com/
5858
```
5959

@@ -62,8 +62,8 @@ packages:
6262
```yml packages.yml
6363
packages:
6464
- package: elementary-data/elementary
65-
version: 0.4.11
66-
## compatible with Elementary CLI version 0.4.11
65+
version: 0.5.0
66+
## compatible with Elementary CLI version 0.5.0
6767
## see docs: https://docs.elementary-data.com/
6868

6969
## !! Important !! For dbt <1.2.0 ##

elementary/monitor/dbt_project/packages.yml

+1-1
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.4.11
5+
version: 0.5.0

setup.py

+1-1
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.4.11',
14+
version='0.5.0',
1515
packages=find_packages(),
1616
python_requires='>=3.6.2',
1717
entry_points='''

0 commit comments

Comments
 (0)