From b062a3f938b54b578ed5a89bc0151f6263ff7f8e Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Fri, 23 Jun 2023 09:37:58 -0700 Subject: [PATCH] bump 210 (#6656) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5ba5d5622..6826bc7c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.209" +version = "0.0.210" description = "Building applications with LLMs through composability" authors = [] license = "MIT"