From 3a39189d5a9af5194cce6dc594df823f7e8f9815 Mon Sep 17 00:00:00 2001 From: Ashpreet Bedi Date: Mon, 5 Aug 2024 22:10:11 +0100 Subject: [PATCH] v2.4.29 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e67bdb68..f8bfb107d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "phidata" -version = "2.4.28" +version = "2.4.29" description = "Memory, knowledge and tools for LLMs." requires-python = ">=3.7" readme = "README.md"