From c6360e54089f65e3c2eea7d98d5d0405fbd483f1 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:19:17 -0800 Subject: [PATCH] [Checkpoint] 2.0.5 (#2450) --- libs/checkpoint/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint/pyproject.toml b/libs/checkpoint/pyproject.toml index e36b20f16..deb7de5c4 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.4" +version = "2.0.5" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"