From 434e7519bc8a7e8a37798a0171848a27314b40eb Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Mon, 23 Sep 2024 17:58:25 -0400 Subject: [PATCH] checkpoint: release 1.0.11 (#1814) --- 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 0d2d3044e..c14d64623 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "1.0.10" +version = "1.0.11" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"