From b6684b96f76f6db2aa32a61341b6991ba5c87b59 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Fri, 20 Jun 2025 20:30:51 +0530 Subject: [PATCH] version bump -> 0.1.110 (#3001) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67083b07..a9221913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mem0ai" -version = "0.1.109" +version = "0.1.110" description = "Long-term memory for AI Agents" authors = [ { name = "Mem0", email = "founders@mem0.ai" }