From 57727be9dbe35dfedaecc8779783d3a3e709c0af Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:10:48 -0700 Subject: [PATCH] Checkpoint 2.0.1 (#2018) --- 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 b07c0dc1e..376e63422 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.0" +version = "2.0.1" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"