From e3269397590f930d92b942e89461bed42d46a099 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 14 Mar 2023 10:21:35 -0700 Subject: [PATCH] bump version 110 (#1662) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d7bc5e4..f6dbde14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.109" +version = "0.0.110" description = "Building applications with LLMs through composability" authors = [] license = "MIT"