File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ and joins.
33
33
34
34
Use the right version:
35
35
36
- - versions 0.2.x of this adapter work with dbt 0.20.x
36
+ - versions 0.2.x of this adapter work with dbt 0.20.x and 0.21.x
37
37
- versions 0.1.x of this adapter work with dbt 0.19.x
38
38
- versions 0.0.x of this adapter work with dbt 0.18.x
39
39
Original file line number Diff line number Diff line change 3
3
from setuptools import setup
4
4
5
5
package_name = "dbt-sqlite"
6
- package_version = "0.2.1 "
6
+ package_version = "0.2.2 "
7
7
description = """A SQLite adapter plugin for dbt (data build tool)"""
8
8
long_description = "Please see the github repository for detailed information"
9
9
29
29
]
30
30
},
31
31
install_requires = [
32
- "dbt-core~ =0.20.0" ,
32
+ "dbt-core> =0.20.0"
33
33
],
34
34
classifiers = [
35
35
'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments