Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees authored Oct 27, 2022
1 parent eef902b commit 2932df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbtenv-dbt-alias/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbtenv-dbt-alias"
version = "2.2.1"
version = "2.2.2"
description = "dbtenv, but additionally installs a 'dbt' executable that is functionally equivalent to aliasing the dbt command to 'dbtenv execute --'."
authors = ["Brooklyn Data Co. <[email protected]>"]
keywords = ["dbt"]
Expand All @@ -19,7 +19,7 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8"
dbtenv = "==2.2.1"
dbtenv = "==2.2.2"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 2932df5

Please sign in to comment.