From fa6ce107d311ff540a168fe3358b790d753819bb Mon Sep 17 00:00:00 2001 From: Niall Woodward Date: Thu, 27 Oct 2022 09:46:41 +0100 Subject: [PATCH] Update pyproject.toml --- dbtenv/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbtenv/pyproject.toml b/dbtenv/pyproject.toml index 9607f55..2f0d71d 100644 --- a/dbtenv/pyproject.toml +++ b/dbtenv/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbtenv" -version = "2.2.1" +version = "2.2.2" description = "dbtenv is a version manager for dbt, automatically installing and switching to the needed adapter and version of dbt." authors = ["Brooklyn Data Co. "] keywords = ["dbt"]