From 898087d02c5e6a961495dd980e5c17428388fbd3 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:13:41 -0600 Subject: [PATCH] bump 223 (#7155) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60b9a902b1..510fb2e168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.222" +version = "0.0.223" description = "Building applications with LLMs through composability" authors = [] license = "MIT"