From 3d26807b92c30dd3fc9840d5068a4e5d08623d32 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 23 May 2024 10:40:32 -0700 Subject: [PATCH] community[patch]: Release. 0.2.1 (#22073) --- libs/community/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index d1e25c70e99..4955db47647 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.2.0" +version = "0.2.1" description = "Community contributed LangChain integrations." authors = [] license = "MIT"