From 4aca31635434677714ed454f99e678408003af86 Mon Sep 17 00:00:00 2001 From: Tanya Verma Date: Thu, 23 Apr 2026 01:16:08 -0700 Subject: [PATCH] chore: bump version to 0.11.3 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11cd302..f12aea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ sbom-files = ["sbom.cdx.json"] [project] name = "tinfoil" -version = "0.11.2" +version = "0.11.3" description = "Python client for Tinfoil" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index ce304ec..74aee71 100644 --- a/uv.lock +++ b/uv.lock @@ -943,7 +943,7 @@ wheels = [ [[package]] name = "tinfoil" -version = "0.11.2" +version = "0.11.3" source = { editable = "." } dependencies = [ { name = "cryptography" },