From e5c16598646289f951abd3030d4b5c2fbece66fc Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 14 Mar 2023 13:05:17 -0700 Subject: [PATCH] bump ver (#1668) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68f6e1be..038fa952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.111" +version = "0.0.112" description = "Building applications with LLMs through composability" authors = [] license = "MIT"