From c49692d7949b9c3c4d9d0882b7e3d7accd3fd483 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Fri, 23 Aug 2024 18:15:48 -0700 Subject: [PATCH] checkpoint 1.0.5 --- 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 7ceea436e..cacd30eca 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "1.0.4" +version = "1.0.5" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"