From b03845e06961c8fd7403604fac023d191b545c3f Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:25:15 -0500 Subject: [PATCH] community[patch]: Release 0.0.5 (#14960) --- 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 9a16ed378a8..e2709759b88 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.4" +version = "0.0.5" description = "Community contributed LangChain integrations." authors = [] license = "MIT"