From 530ad169b7952a055eddfd6dd5ba195f9d72e92f Mon Sep 17 00:00:00 2001 From: Ashpreet Date: Fri, 31 Jan 2025 19:34:06 +0000 Subject: [PATCH] v1.0.3 --- 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 5a55ecda4c..c4369756bd 100644 --- a/libs/agno/pyproject.toml +++ b/libs/agno/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agno" -version = "1.0.2" +version = "1.0.3" description = "Agno: a lightweight framework for building multi-modal Agents" requires-python = ">=3.7,<4" readme = "README.md"