From 2bc5cf0f5985d79a477cd6502f169aada87c1777 Mon Sep 17 00:00:00 2001 From: Connor Shorten Date: Tue, 16 Jun 2026 09:53:50 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b548435..74a7a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "weaviate-agents" -version = "1.5.0" +version = "1.6.0" description = "The official sub-package for the Weaviate Agents project." readme = "README.md" requires-python = ">=3.9"