From 8e5c4ac8672b98b3c53884843a4fe57a0b79dcae Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 19 Mar 2023 11:01:16 -0700 Subject: [PATCH] bump version to 0.0.116 (#1788) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 421ef7b6..cd76e5e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.115" +version = "0.0.116" description = "Building applications with LLMs through composability" authors = [] license = "MIT"