From c02778ebe3053c3eb069f62c6e464f7756573a42 Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Sat, 30 May 2026 19:27:42 -0500 Subject: [PATCH] Sync in-tree version metadata with PyPI release 0.2.1 Align pyproject.toml and SDK_VERSION with tag v0.2.1. --- pyproject.toml | 2 +- src/intentproof/client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c57aaa5..43557fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "intentproof" -version = "0.1.0" +version = "0.2.1" description = "Python SDK for signed IntentProof execution events" readme = "README.md" license = {text = "MIT"} diff --git a/src/intentproof/client.py b/src/intentproof/client.py index b36e50e..4d0a0a1 100644 --- a/src/intentproof/client.py +++ b/src/intentproof/client.py @@ -16,7 +16,7 @@ if TYPE_CHECKING: from intentproof.signing import Ed25519PublicKey -SDK_VERSION = "python@0.1.0" +SDK_VERSION = "python@0.2.1" def default_data_dir() -> Path: