Skip to content

Commit 2932df5

Browse files
authored
Update pyproject.toml
1 parent eef902b commit 2932df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbtenv-dbt-alias/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbtenv-dbt-alias"
3-
version = "2.2.1"
3+
version = "2.2.2"
44
description = "dbtenv, but additionally installs a 'dbt' executable that is functionally equivalent to aliasing the dbt command to 'dbtenv execute --'."
55
authors = ["Brooklyn Data Co. <[email protected]>"]
66
keywords = ["dbt"]
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
[tool.poetry.dependencies]
2121
python = ">=3.8"
22-
dbtenv = "==2.2.1"
22+
dbtenv = "==2.2.2"
2323

2424
[tool.poetry.dev-dependencies]
2525

0 commit comments

Comments
 (0)