From 66301f1a9eea34ac7fd4006465cc2cc0f2e16057 Mon Sep 17 00:00:00 2001 From: Ashpreet Bedi Date: Mon, 9 Dec 2024 22:10:19 +0000 Subject: [PATCH] v2.6.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6bb6dda36..7e3dfc44f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "phidata" -version = "2.6.3" +version = "2.6.4" description = "Build multi-modal Agents with memory, knowledge and tools." requires-python = ">=3.7" readme = "README.md"