From 29e8ed3617450bf65860fdc7cc80010c2589311b Mon Sep 17 00:00:00 2001 From: Egor Kraev Date: Thu, 14 May 2026 12:10:36 +0200 Subject: [PATCH] Bump version to 0.6.5 Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28f38cc..2966afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "motley-slayer" -version = "0.6.4" +version = "0.6.5" description = "A lightweight, agent-first semantic layer for AI agents" requires-python = ">=3.11" license = "MIT"