From 95e369b38dfc8fcb55c8d1ac435ad40e326e653d Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 21 Jul 2023 07:31:14 -0700 Subject: [PATCH] bump 239 (#8077) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41717337be9af..f988eb7714ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.238" +version = "0.0.239" description = "Building applications with LLMs through composability" authors = [] license = "MIT"