From 35ac1ebc11dd71b7df38a76cfe8d0a2782f30524 Mon Sep 17 00:00:00 2001 From: Connor Shorten Date: Tue, 11 Aug 2026 09:43:24 -0400 Subject: [PATCH] Bump version to 1.8.0 for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0377460..bed0cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "weaviate-agents" -version = "1.7.1" +version = "1.8.0" description = "The official sub-package for the Weaviate Agents project." readme = "README.md" requires-python = ">=3.9"