diff --git a/README.md b/README.md index 3b94385f..fe11e096 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project is hosted on PyPI, so you should be able to install it and the nece `pip3 install dbt-duckdb` -The latest supported version targets `dbt-core` 1.7.x and `duckdb` version 0.9.x, but we work hard to ensure that newer +The latest supported version targets `dbt-core` 1.7.x and `duckdb` version 0.10.x, but we work hard to ensure that newer versions of DuckDB will continue to work with the adapter as they are released. If you would like to use our new (and experimental!) support for persisting the tables that DuckDB creates to the [AWS Glue Catalog](https://aws.amazon.com/glue/), you should install `dbt-duckdb[glue]` in order to get the AWS dependencies as well. diff --git a/dbt/adapters/duckdb/__version__.py b/dbt/adapters/duckdb/__version__.py index a55413d1..2196826f 100644 --- a/dbt/adapters/duckdb/__version__.py +++ b/dbt/adapters/duckdb/__version__.py @@ -1 +1 @@ -version = "1.7.0" +version = "1.7.2"