From a0e99f704f8a7227c4b97fd5d8fac6d7d8f9c128 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 24 Oct 2024 13:52:02 -0400 Subject: [PATCH] checkpoint: release 2.0.2 (#2179) --- 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 376e63422..491624228 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "2.0.1" +version = "2.0.2" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"