diff --git a/README.md b/README.md index a356cbe..3ba866f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To use this in your dbt project, create or modify packages.yml to include: ``` packages: - package: "omnata-labs/dbt_ml_preprocessing" - version: [">=0.6.0"] + version: [">=0.7.0"] ``` _(replace the revision number with the latest)_ diff --git a/dbt_project.yml b/dbt_project.yml index 9532eda..a2a1be2 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,8 +1,10 @@ name: 'dbt_ml_preprocessing' -version: '0.6.0' +version: '0.7.0' require-dbt-version: ">=0.15.1" +config-version: 2 + profile: "integration_tests" source-paths: ["models"]