From c6bfa0017828737487308f1b7e56aea8493371f2 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 10 Mar 2023 15:39:30 -0800 Subject: [PATCH] bump version to 107 (#1590) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b75f2d78..b566bcce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.106" +version = "0.0.107" description = "Building applications with LLMs through composability" authors = [] license = "MIT"