Skip to content

Commit 3dac8da

Browse files
committed
Bumped version
1 parent 0906562 commit 3dac8da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name='elementary-data',
1212
description='Data monitoring and lineage',
13-
version='0.2.8',
13+
version='0.2.9',
1414
packages=find_packages(),
1515
python_requires='>=3.6.2',
1616
entry_points='''
@@ -48,6 +48,8 @@
4848
'google-cloud-bigquery>=1.25.0,<3',
4949
'google-api-core>=1.16.0,<3',
5050
'python-dateutil>=2.7.2,<3.0.0',
51+
# temp solution until refactor of utils.dbt
52+
'dbt-bigquery>=0.20,<2.0.0',
5153
# Indirect
5254
'protobuf<4,>=3.13.0',
5355
'typing-extensions<3.11,>=3.7.4',

0 commit comments

Comments
 (0)