From c871c04270e18ee17121faf5ef5df6ec1009ecb2 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sat, 15 Jul 2023 10:49:51 -0400 Subject: [PATCH] bump 234 (#7754) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 549f79f9c92..65900b04a37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.233" +version = "0.0.234" description = "Building applications with LLMs through composability" authors = [] license = "MIT"