From d1bcc58beb8fcc5157ddb7cd03b7acf8615f9f5d Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 26 Jun 2023 09:46:19 -0700 Subject: [PATCH] bump version to 216 (#6770) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e92d386734f937..f03674e819b3aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.215" +version = "0.0.216" description = "Building applications with LLMs through composability" authors = [] license = "MIT"