From f7ad5059be8042c9d40ffca321432a0da308d429 Mon Sep 17 00:00:00 2001 From: JSv4 Date: Thu, 28 May 2026 09:25:32 -0500 Subject: [PATCH] chore(python): bump docx-scalpel to 0.1.0a3 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 84b7bd7..2464954 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "docx-scalpel" -version = "0.1.0a2" +version = "0.1.0a3" description = "Anchor-addressed DOCX editing for LLM agents — a thin client over Docxodus' DocxSession." readme = "README.md" requires-python = ">=3.10"