From 7ce43372c3017f78e6b759b6f9b3fe55b1ad2eba Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Tue, 16 May 2023 08:24:45 -0700 Subject: [PATCH] Version 171 (#4788) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08aafc139d..37c86906f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.170" +version = "0.0.171" description = "Building applications with LLMs through composability" authors = [] license = "MIT"