From 81e46091317b97e9aae6f2c582ad7ed4feda45ee Mon Sep 17 00:00:00 2001 From: Dirk Brand Date: Fri, 7 Feb 2025 14:48:46 +0200 Subject: [PATCH] Bump the version --- libs/agno/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/agno/pyproject.toml b/libs/agno/pyproject.toml index 61696a9a7a..28cfb89d13 100644 --- a/libs/agno/pyproject.toml +++ b/libs/agno/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agno" -version = "1.0.6" +version = "1.0.8" description = "Agno: a lightweight framework for building multi-modal Agents" requires-python = ">=3.7,<4" readme = "README.md"