From 469b0380602dacb18369496560dacf9b5dfdea17 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 18 Jun 2024 14:12:51 -0400 Subject: [PATCH] Release 0.0.8 (#73) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cd7079..1990150 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-postgres" -version = "0.0.7" +version = "0.0.8" description = "An integration package connecting Postgres and LangChain" authors = [] readme = "README.md"