From ffcddcbab917a1f5092191f96249872f35ad8d3d Mon Sep 17 00:00:00 2001 From: etanbuns Date: Fri, 17 Jul 2026 21:46:31 -0400 Subject: [PATCH] Bump Python SDK to 0.4.2 --- agentmem/sdk/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentmem/sdk/python/pyproject.toml b/agentmem/sdk/python/pyproject.toml index e472fb1..02d79de 100644 --- a/agentmem/sdk/python/pyproject.toml +++ b/agentmem/sdk/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "lians-sdk" -version = "0.4.1" +version = "0.4.2" description = "Bitemporal long-term memory for AI agents with point-in-time recall, tamper-evident audit trails, and GDPR crypto-erasure" requires-python = ">=3.10" license = { text = "Apache-2.0" }