From fc4a36c7e360ee9dad8cc5f73e5b68a00053bc9f Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 21 Jun 2024 09:35:09 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1990150a..20364c66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-postgres" -version = "0.0.8" +version = "0.0.9" description = "An integration package connecting Postgres and LangChain" authors = [] readme = "README.md"