From 23fadd8a463eed02de1263065de518a200c99b6f Mon Sep 17 00:00:00 2001 From: Hibou04-ops Date: Thu, 7 May 2026 16:52:48 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20release=200.9.2=20=E2=80=94=20re-publi?= =?UTF-8?q?sh=20for=20PyPI=20page=20render?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No code changes. Bumps version to 0.9.2 so the PyPI page re-renders. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/antemortem/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0d88c..088cc09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [0.9.2] - 2026-05-07 + +Re-publish to refresh the PyPI page rendering. No code changes. + ## [0.9.1] - 2026-05-07 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 9ced7a8..8022b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "antemortem" -version = "0.9.1" +version = "0.9.2" description = "Model-agnostic CLI for the Antemortem pre-implementation reconnaissance discipline — scaffold, run (Anthropic / OpenAI / Gemini / OpenAI-compatible), optionally critique via a 2-pass adversarial review, and lint antemortem documents with disk-verified file:line citations. Four-level decision gate for CI." readme = "README.md" requires-python = ">=3.11" diff --git a/src/antemortem/__init__.py b/src/antemortem/__init__.py index a69ce72..700c8bf 100644 --- a/src/antemortem/__init__.py +++ b/src/antemortem/__init__.py @@ -10,4 +10,4 @@ See https://github.com/hibou04-ops/Antemortem for the methodology. """ -__version__ = "0.9.1" +__version__ = "0.9.2"