From 3307d31f2639ad1a9145c909a38d3c81e4795e96 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 10 Jun 2024 14:54:49 -0400 Subject: [PATCH] Release 0.0.7 (#70) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa3a5d6..d101a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-postgres" -version = "0.0.6" +version = "0.0.7" description = "An integration package connecting Postgres and LangChain" authors = [] readme = "README.md"