From 4d8b48bdb3f17c764c5c2e3c7140071603869e74 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 19 Jul 2023 07:51:40 -0700 Subject: [PATCH] bump 236 (#7938) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35947d68c09..db1a2113ded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.235" +version = "0.0.236" description = "Building applications with LLMs through composability" authors = [] license = "MIT"