Skip to content

Commit

Permalink
v0.0.5 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Sep 17, 2024
1 parent a9d875e commit 6d76f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Release
uses: patrick-kidger/action_update_python_project@v2
uses: patrick-kidger/action_update_python_project@v4
with:
python-version: "3.11"
test-script: |
Expand All @@ -22,7 +22,3 @@ jobs:
pypi-token: ${{ secrets.pypi_token }}
github-user: patrick-kidger
github-token: ${{ github.token }}
email-user: ${{ secrets.email_user }}
email-token: ${{ secrets.email_token }}
email-server: ${{ secrets.email_server }}
email-target: ${{ secrets.email_target }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "quax"
version = "0.0.4"
version = "0.0.5"
description = "Multiple dispatch in JAX via custom interpreters."
readme = "README.md"
requires-python ="~=3.9"
Expand Down

0 comments on commit 6d76f11

Please sign in to comment.