diff --git a/pyproject.toml b/pyproject.toml index 9b8144d..2d7365c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-weaviate" -version = "0.0.1rc1" +version = "0.0.1rc2" description = "An integration package connecting Weaviate and LangChain" authors = [] readme = "README.md"