From efa9e4d31350e62febde7ab899826d9009aa22c5 Mon Sep 17 00:00:00 2001 From: Egor Kraev Date: Tue, 7 Jul 2026 10:26:18 +0200 Subject: [PATCH] Bump version to 0.9.4 Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3904777..e8566248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "motley-slayer" -version = "0.9.3" +version = "0.9.4" description = "A lightweight, agent-first semantic layer for AI agents" requires-python = ">=3.11" license = "MIT"