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"