From 5a45363954ceae0a1293166c37c372202fff1fec Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Sun, 2 Jul 2023 08:32:15 -0600 Subject: [PATCH] bump 221 (#7047) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06e1a84217..a34e56a9d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.220" +version = "0.0.221" description = "Building applications with LLMs through composability" authors = [] license = "MIT"