From ccc28bd028f42315a1893e2fa7b4414d2f925e29 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Sun, 24 May 2026 10:55:23 +0530 Subject: [PATCH] chore(release): bump version to 0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78fdeef..a3bb758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langgraph-ephemeral-checkpointer" -version = "0.0.1" +version = "0.0.2" description = "TTL-based thread retention for LangGraph checkpointers" readme = "README.md" license = {text = "MIT"}