From d811663a0676c634d85199da1bffece167affc6b Mon Sep 17 00:00:00 2001 From: Fabiano Cruz Date: Sat, 4 Jul 2026 19:27:53 -0300 Subject: [PATCH] =?UTF-8?q?chore(python):=200.10.2=20=E2=80=94=20release?= =?UTF-8?q?=20the=20AgenticReceipt=20mirror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The AgenticReceipt/LedgerReceiptResult dataclasses landed in #112 without a version bump; PyPI is still 0.10.1. Bump so the publish-python dispatch ships the Control Record types on the Python side too (TS went out as @codespar/types 0.10.15). Co-Authored-By: Claude Fable 5 --- packages/python/pyproject.toml | 2 +- packages/python/src/codespar/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 9a1f407..5c5e412 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "codespar" -version = "0.10.1" +version = "0.10.2" description = "Python SDK for CodeSpar — commerce infrastructure for AI agents in Latin America." readme = "README.md" requires-python = ">=3.10" diff --git a/packages/python/src/codespar/__init__.py b/packages/python/src/codespar/__init__.py index 3c385c8..fd2ae25 100644 --- a/packages/python/src/codespar/__init__.py +++ b/packages/python/src/codespar/__init__.py @@ -140,7 +140,7 @@ WizardAction, ) -__version__ = "0.10.1" +__version__ = "0.10.2" __all__ = [ "APPROVAL_REQUIRED",