From ef8b180d6de3f31310f529b4cc1ce8874db1b276 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:52:52 -0400 Subject: [PATCH] bump 320 (#12108) --- libs/langchain/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 593ab3c9742..489e358b7be 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.319" +version = "0.0.320" description = "Building applications with LLMs through composability" authors = [] license = "MIT"