From 8bfac1a319b1e5253a63dce39b0e7ac1e9f9cd53 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 29 Dec 2023 13:10:23 -0500 Subject: [PATCH] community[patch]: Release 0.0.7 (#15320) --- 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 bc75d721876..dfce312cf54 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.6" +version = "0.0.7" description = "Community contributed LangChain integrations." authors = [] license = "MIT"