From 2f5b6b236c4d7f5326c3bd54374f7ea0df38f030 Mon Sep 17 00:00:00 2001 From: Egor Kraev Date: Tue, 7 Jul 2026 17:23:09 +0200 Subject: [PATCH] Bump version to 0.9.5 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 e8566248..8c478dde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "motley-slayer" -version = "0.9.4" +version = "0.9.5" description = "A lightweight, agent-first semantic layer for AI agents" requires-python = ">=3.11" license = "MIT"