From 39342d98d6ec6b9a5ab8afdd3b3b2a9995819dcd Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:01:51 -0800 Subject: [PATCH] community[patch]: Release 0.0.20 (#17480) --- 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 6a8d8a0454abd..44600db093486 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.19" +version = "0.0.20" description = "Community contributed LangChain integrations." authors = [] license = "MIT"