From 1a933531035088571a41916d2878e719ba973af4 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 15 May 2024 20:10:45 -0700 Subject: [PATCH] release 0.0.2 (#184) --- 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 5765ba7..179e1b2 100644 --- a/libs/weaviate/pyproject.toml +++ b/libs/weaviate/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-weaviate" -version = "0.0.1.post1" +version = "0.0.2" description = "An integration package connecting Weaviate and LangChain" authors = [] readme = "README.md"