Skip to content

Commit

Permalink
Bumping version to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2024
1 parent 1fc8488 commit 9cca663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ runs:
run: >
docker run --rm \
--volume "$GITHUB_WORKSPACE":/app \
ghcr.io/godatadriven/dbt-bouncer:v0.0.0 \
ghcr.io/godatadriven/dbt-bouncer:v0.8.1 \
--config-file /app/${{ inputs.config-file }}
2 changes: 1 addition & 1 deletion dbt_bouncer/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def version() -> str:
return "0.0.0"
return "0.8.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/godatadriven/dbt-bouncer"
version = "0.0.0"
version = "0.8.1"

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
Expand Down

0 comments on commit 9cca663

Please sign in to comment.