From ef4c7b54efda8b12430d50e535e3f41db498c54c Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 24 Jun 2023 11:56:37 -0700 Subject: [PATCH] bump to version 213 (#6688) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2762af8f57..781fa94eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.212" +version = "0.0.213" description = "Building applications with LLMs through composability" authors = [] license = "MIT"