From ad7d97670bfa3676412cfeb5c60245f4adba08ff Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 14 Jul 2023 10:38:13 -0400 Subject: [PATCH] bump 233 (#7707) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07246d24b5f..56628cb22c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.232" +version = "0.0.233" description = "Building applications with LLMs through composability" authors = [] license = "MIT"