From 924bba5ce935cd46d633771b50b1d76fe168b6be Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Tue, 28 Feb 2023 08:48:32 -0800 Subject: [PATCH] bump version (#1342) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1387ef070f5..e32fba0352c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.95" +version = "0.0.96" description = "Building applications with LLMs through composability" authors = [] license = "MIT"