From 9650f0d41de6970942735d317808f9907dfd2c08 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 7 Aug 2024 12:15:40 -0700 Subject: [PATCH] postgres1.0.1 --- libs/checkpoint-postgres/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint-postgres/pyproject.toml b/libs/checkpoint-postgres/pyproject.toml index 4046622bdb..af2e8f37e4 100644 --- a/libs/checkpoint-postgres/pyproject.toml +++ b/libs/checkpoint-postgres/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-checkpoint-postgres" -version = "1.0.0" +version = "1.0.1" description = "Library with a Postgres implementation of LangGraph checkpoint saver." authors = [] license = "MIT"