From c521bf9f539bfd7e45f005063db7e94f6b6fbcc3 Mon Sep 17 00:00:00 2001 From: Hibou04-ops Date: Sat, 2 May 2026 11:41:35 +0900 Subject: [PATCH] chore: bump version 1.4.0 -> 1.5.0 (1.4.0 already on PyPI) --- pyproject.toml | 2 +- src/omegaprompt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc6334f..8b857f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "omegaprompt" -version = "1.4.0" +version = "1.5.0" description = "Provider-neutral prompt calibration engine with sensitivity-ranked meta-axes, hard-gate x soft-score fitness, walk-forward ship gates, guarded/expedition profiles, and explicit capability/risk reporting across Anthropic, OpenAI, Gemini placeholder, and local OpenAI-compatible backends. Optional sub-tools (mini-omega-lock, mini-antemortem-cli) distribute separately and plug in via the omegaprompt.preflight interface." readme = "README.md" requires-python = ">=3.11" diff --git a/src/omegaprompt/__init__.py b/src/omegaprompt/__init__.py index a329e7b..9f9d9f5 100644 --- a/src/omegaprompt/__init__.py +++ b/src/omegaprompt/__init__.py @@ -108,7 +108,7 @@ report, ) -__version__ = "1.4.0" +__version__ = "1.5.0" __all__ = [ # domain