From 235d91940d81949d8f1c48d33e74ad89e549e2c0 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:47:44 -0700 Subject: [PATCH] community[patch]: Release 0.2.4 (#22643) --- 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 b3e8ffd765667..3d4ec6797b183 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.2.3" +version = "0.2.4" description = "Community contributed LangChain integrations." authors = [] license = "MIT"