From 95a89363168d8986d09d3409e8fbc7f105c79fe6 Mon Sep 17 00:00:00 2001 From: Michael Irvine Date: Sat, 25 Jun 2022 16:59:28 -0400 Subject: [PATCH] bumps version --- README.md | 2 +- dbt_project.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5a8a2d..9c5eec5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the following to your `packages.yml`: ```yaml - git: "https://github.com/mjirv/dbt_product_analytics.git" - revision: 0.0.1 + revision: 0.0.2 ``` ## Usage diff --git a/dbt_project.yml b/dbt_project.yml index 9fff321..fa6589f 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -2,7 +2,7 @@ # and underscores. A good package name should reflect your organization's # name or the intended use of these models name: "dbt_product_analytics" -version: "0.0.1" +version: "0.0.2" config-version: 2 # This setting configures which "profile" dbt uses for this project.