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.
3333
3434Use the right version:
3535
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
3737- versions 0.1.x of this adapter work with dbt 0.19.x
3838- versions 0.0.x of this adapter work with dbt 0.18.x
3939
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55package_name = "dbt-sqlite"
6- package_version = "0.2.1 "
6+ package_version = "0.2.2 "
77description = """A SQLite adapter plugin for dbt (data build tool)"""
88long_description = "Please see the github repository for detailed information"
99
2929 ]
3030 },
3131 install_requires = [
32- "dbt-core~ =0.20.0" ,
32+ "dbt-core> =0.20.0"
3333 ],
3434 classifiers = [
3535 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments