From 616f10fe6c4e9c72107651127685869044778d8b Mon Sep 17 00:00:00 2001 From: thomaslaber Date: Sat, 30 Mar 2024 17:35:19 +0100 Subject: [PATCH] Update README.md Simply increased the version numbers in the snippet for how to add the dependency the `packages.yml`. This seems to have been forgotten when version 10 was realsed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 732a612..a64b8be 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Include in `packages.yml` ```yaml packages: - package: calogica/dbt_expectations - version: [">=0.9.0", "<0.10.0"] + version: [">=0.10.0", "<0.11.0"] # for the latest version tag ```