From cdbf9864d72a7f4e0b36214594820ef235ee1e3b Mon Sep 17 00:00:00 2001 From: ysolanky Date: Thu, 12 Dec 2024 12:21:02 -0500 Subject: [PATCH] v2.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37c78b689..c84a3f070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "phidata" -version = "2.7.0" +version = "2.7.1" description = "Build multi-modal Agents with memory, knowledge and tools." requires-python = ">=3.7" readme = "README.md"