Skip to content

Commit

Permalink
Merge pull request #58 from dbt-labs/update-version
Browse files Browse the repository at this point in the history
Update version shown in CI CD
  • Loading branch information
b-per authored Nov 6, 2023
2 parents 8832afe + ac64059 commit c7f0027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_cicd/github_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# You can do a git clone every time or you can just download the repo in your project and commit it
# If you saved the files in your repo, you can comment the 2 lines below
- name: Clone the repo with dbt-jobs-as-code
run: git clone -b v0.1.0 --depth 1 https://github.com/dbt-labs/dbt-jobs-as-code.git
run: git clone -b v0.2.0 --depth 1 https://github.com/dbt-labs/dbt-jobs-as-code.git

- name: Install dbt-jobs-as-code package
run: poetry install -C dbt-jobs-as-code --no-interaction -vvv
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-jobs-as-code"
version = "0.1.0"
version = "0.2.0"
description = "A CLI to allow defining dbt Cloud jobs as code"
authors = []
license = "Apache License 2.0"
Expand Down

0 comments on commit c7f0027

Please sign in to comment.