From bbd5e692e1ab92f087d7911e927a0a2c05b62790 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Fri, 2 Aug 2024 14:10:00 -0400 Subject: [PATCH] checkpoint: release 1.0.0 (#1201) --- 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 5563fa92b..d258d12f0 100644 --- a/libs/checkpoint/pyproject.toml +++ b/libs/checkpoint/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint" -version = "0.1.0" +version = "1.0.0" description = "Library with base interfaces for LangGraph checkpoint savers." authors = [] license = "MIT"