From 92b160d2648a2ac78c9675ca0273affcce95c910 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 26 Mar 2024 16:24:06 -0700 Subject: [PATCH] elasticsearch[patch]: release 0.1.2rc0 (#2) --- 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 38796ce..63310cd 100644 --- a/libs/elasticsearch/pyproject.toml +++ b/libs/elasticsearch/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-elasticsearch" -version = "0.1.1" +version = "0.1.2rc0" description = "An integration package connecting Elasticsearch and LangChain" authors = [] readme = "README.md"