From c307cabab24de25c54ffac27e0446fe1fbed6d0a Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 4 Apr 2024 18:31:30 -0700 Subject: [PATCH] release: 0.0.1 (#161) --- 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 e79fc7e..31659d4 100644 --- a/libs/weaviate/pyproject.toml +++ b/libs/weaviate/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-weaviate" -version = "0.0.1rc6" +version = "0.0.1" description = "An integration package connecting Weaviate and LangChain" authors = [] readme = "README.md"