diff --git a/README.md b/README.md index 7bafae02..f4cf0c5a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ dbt logo

-# dbt-tests-adapter +# dbt-adapters This package is responsible for: @@ -10,9 +10,11 @@ This package is responsible for: - caching information from databases - determining how relations are defined -There are two major adapter types: base and sql +In this repo there is also our testing suite used for tesing adapter functionality + +# Adapters -# Directories +There are two major adapter types: base and sql ## `base` diff --git a/dbt/adapters/__about__.py b/dbt/adapters/__about__.py index 7aba6409..bd1378f4 100644 --- a/dbt/adapters/__about__.py +++ b/dbt/adapters/__about__.py @@ -1 +1 @@ -version = "1.9.0" +version = "1.10.0"