From 0f93de0a5970e63e83eefcc2b14151b1cb35d2b2 Mon Sep 17 00:00:00 2001 From: Davis Chase <130488702+dev2049@users.noreply.github.com> Date: Thu, 11 May 2023 08:53:48 -0700 Subject: [PATCH] Release 0.0.166 (#4510) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b10724a..8ae72f0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.165" +version = "0.0.166" description = "Building applications with LLMs through composability" authors = [] license = "MIT"