From 845e407e08e0ffa95e40e448995dd35bb225b3a6 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 12 Jan 2024 15:27:05 -0800 Subject: [PATCH] community[patch]: release 0.0.12 (#15973) --- 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 cbb879676dd..3c92ca76ff7 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-community" -version = "0.0.11" +version = "0.0.12" description = "Community contributed LangChain integrations." authors = [] license = "MIT"