From 0ca1641b14fdc434e1f5b659c893165068c27113 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 20 Mar 2023 08:04:04 -0700 Subject: [PATCH] release 0.0.117 (#1819) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd76e5e0..560d5ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.116" +version = "0.0.117" description = "Building applications with LLMs through composability" authors = [] license = "MIT"