From 3f1302a4abb4779e3ec6d573c6b212b5db55efe7 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:37:20 -0700 Subject: [PATCH] bump 235 (#7836) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe86a3f5d49..ee6e9fa1707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.234" +version = "0.0.235" description = "Building applications with LLMs through composability" authors = [] license = "MIT"