From 42df78d3964170bab39d445aa2827dea10a312a7 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 8 May 2023 09:28:41 -0700 Subject: [PATCH] bump ver 162 (#4346) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07b632b5..32f20f69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.161" +version = "0.0.162" description = "Building applications with LLMs through composability" authors = [] license = "MIT"