From c7a5bb603177257a38572bc6723eb018ebf34064 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:18:46 -0700 Subject: [PATCH] bump 270 (#9549) --- 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 a6ffba29b6f..d74fda8f2f0 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.269" +version = "0.0.270" description = "Building applications with LLMs through composability" authors = [] license = "MIT"