From 075d9631f58ac1603ca35cc11d1697355f543a96 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 6 May 2023 10:20:36 -0700 Subject: [PATCH] bump ver to 161 (#4239) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 535a1e35..a4660c68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.160" +version = "0.0.161" description = "Building applications with LLMs through composability" authors = [] license = "MIT"