Skip to content

Commit 13b361b

Browse files
committed
bump to 0.2.2; make dependency on dbt-core more permissive
1 parent 8844e12 commit 13b361b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and joins.
3333

3434
Use 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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
package_name = "dbt-sqlite"
6-
package_version = "0.2.1"
6+
package_version = "0.2.2"
77
description = """A SQLite adapter plugin for dbt (data build tool)"""
88
long_description = "Please see the github repository for detailed information"
99

@@ -29,7 +29,7 @@
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',

0 commit comments

Comments
 (0)