From 4cd97a7cfa05d864dec897f1f8e5a9c131e28cc4 Mon Sep 17 00:00:00 2001 From: Max Jakob Date: Fri, 31 May 2024 10:32:01 +0200 Subject: [PATCH] Release 0.2.2 (#31) --- libs/elasticsearch/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/elasticsearch/pyproject.toml b/libs/elasticsearch/pyproject.toml index 910c2eb..bff48a6 100644 --- a/libs/elasticsearch/pyproject.toml +++ b/libs/elasticsearch/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-elasticsearch" -version = "0.2.1" +version = "0.2.2" description = "An integration package connecting Elasticsearch and LangChain" authors = [] readme = "README.md"