From 2004159fae19c385ef2b50ff040d258b66d804c8 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 24 Jun 2025 10:16:40 -0400 Subject: [PATCH] Release 0.0.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9197f487..2d331447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langchain-postgres" -version = "0.0.14" +version = "0.0.15" description = "An integration package connecting Postgres and LangChain" authors = [] readme = "README.md"