We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ed707 commit 3cd6d8fCopy full SHA for 3cd6d8f
monitor/dbt_project/packages.yml
@@ -2,4 +2,4 @@ packages:
2
- package: dbt-labs/dbt_utils
3
version: [">=0.8.0", "<0.9.0"]
4
- package: elementary-data/elementary
5
- version: 0.4.0
+ version: 0.4.2
setup.py
@@ -10,7 +10,7 @@
10
setup(
11
name='elementary-data',
12
description='Data monitoring and lineage',
13
- version='0.4.1',
+ version='0.4.2',
14
packages=find_packages(),
15
python_requires='>=3.6.2',
16
entry_points='''
0 commit comments