From 8cd5f65a6fbed6f0337438d1dde223007b7be64e Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:14:29 -0700 Subject: [PATCH] release 207 (#6488) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e09ac52835..5c784a08c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.206" +version = "0.0.207" description = "Building applications with LLMs through composability" authors = [] license = "MIT"