From 86f270cea059911c2f776c5bf2f5eb80da3e6a7c Mon Sep 17 00:00:00 2001 From: hsm207 Date: Sat, 1 Feb 2025 11:09:55 +0100 Subject: [PATCH] Bump the version to 0.0.4 (#224) Update the version of the `langchain-weaviate` package. * Change the version in `libs/weaviate/pyproject.toml` from `0.0.3` to `0.0.4` --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/langchain-ai/langchain-weaviate/pull/224?shareId=9424f1b2-c661-4d87-a9b2-84ba22038db2). --- libs/weaviate/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/weaviate/pyproject.toml b/libs/weaviate/pyproject.toml index 3ed9d9b..557005f 100644 --- a/libs/weaviate/pyproject.toml +++ b/libs/weaviate/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-weaviate" -version = "0.0.3" +version = "0.0.4" description = "An integration package connecting Weaviate and LangChain" authors = [] readme = "README.md"