Skip to content

Commit

Permalink
dep: update verifier version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyav2 committed Mar 3, 2025
1 parent 8940d7f commit 9298dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: tinfoilsh/verifier
ref: v0.0.21
ref: v0.0.22
path: verifier

- name: Generate Go bindings
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: tinfoilsh/verifier
ref: v0.0.21
ref: v0.0.22
path: verifier

- name: Generate Go bindings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tinfoil"
version = "0.0.19"
version = "0.0.20"
description = "Python client for Tinfoil"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 9298dcc

Please sign in to comment.