From 8932ed3f0710edfd9192819c3ef3d94388e732a4 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:17:07 -0700 Subject: [PATCH] bump 311 (#11555) --- 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 b9cf1622a43..145966bd462 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.310" +version = "0.0.311" description = "Building applications with LLMs through composability" authors = [] license = "MIT"