Skip to content

Commit

Permalink
v0.21.6; fix gh release (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Jun 21, 2024
1 parent 608eee3 commit 9aa88d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
uses: actions/download-artifact@v4
with:
pattern: frozen-requirements.txt
path: ./
- name: Upload dependency list to release
env:
GH_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "agent0"
version = "0.21.5"
version = "0.21.6"
# Authors are the current, primary stewards of the repo
# contributors can be found on github
authors = [
Expand Down

0 comments on commit 9aa88d8

Please sign in to comment.