From 7309c7f5add5c0742e99d4382f1ae1f3d0614f9c Mon Sep 17 00:00:00 2001 From: Max Jakob Date: Tue, 9 Apr 2024 13:10:20 +0200 Subject: [PATCH] Release 0.1.2 (#11) --- 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 e60b1d0..54e5063 100644 --- a/libs/elasticsearch/pyproject.toml +++ b/libs/elasticsearch/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-elasticsearch" -version = "0.1.2rc0" +version = "0.1.2" description = "An integration package connecting Elasticsearch and LangChain" authors = [] readme = "README.md"