From d07cbd34ceee58cb34280acadaf7d0262182b7f0 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 15 Aug 2024 10:19:50 -0700 Subject: [PATCH] checkpoint1.0.3 --- 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 815a9b8da0..b17a77238e 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "1.0.2" +version = "1.0.3" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"