Skip to content

Commit

Permalink
Bumping version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 22, 2024
1 parent 808c6c3 commit ae06a7f
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 @@ -18,5 +18,5 @@ runs:
- name: Run dbt-bouncer
shell: bash
run: |
wget https://github.com/godatadriven/dbt-bouncer/releases/download/v0.0.0/dbt-bouncer.pex -O ${{ github.action_path }}/dist/dbt-bouncer.pex
wget https://github.com/godatadriven/dbt-bouncer/releases/download/v0.7.0/dbt-bouncer.pex -O ${{ github.action_path }}/dist/dbt-bouncer.pex
${{ github.action_path }}/dist/dbt-bouncer.pex --config-file ${{ 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.7.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/godatadriven/dbt-bouncer"
version = "0.0.0"
version = "0.7.0"

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

0 comments on commit ae06a7f

Please sign in to comment.