From 6322b6f657b8f630c72d6c321ece0e513b2ba35f Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 16 Feb 2023 07:32:32 -0800 Subject: [PATCH] bump version 0.0.88 (#1090) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed9e0e1b13e..9e3e02c9446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.87" +version = "0.0.88" description = "Building applications with LLMs through composability" authors = [] license = "MIT"