From a8fe174a4812dc6661377b3f67176c98e9fb91b2 Mon Sep 17 00:00:00 2001 From: Tanya Verma Date: Mon, 23 Feb 2026 18:58:31 -0800 Subject: [PATCH] bump version to 0.11.0 Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1e6fa0..494f9a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ["tinfoil", "tinfoil.attestation"] [project] name = "tinfoil" -version = "0.10.1" +version = "0.11.0" description = "Python client for Tinfoil" readme = "README.md" requires-python = ">=3.10"