From cb4e88e4fb158fe8459f68ed6d72d9303ae985b1 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:52:35 -0400 Subject: [PATCH] bump 227 (#7354) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1502e1fe76..e8ec961273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.226" +version = "0.0.227" description = "Building applications with LLMs through composability" authors = [] license = "MIT"