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"