From 6e4e7d2637394f83b762fb8b18f3abc3f508118c Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 8 Apr 2023 13:46:35 -0700 Subject: [PATCH] bump version to 135 (#2600) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55bb4714..6321fc69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.134" +version = "0.0.135" description = "Building applications with LLMs through composability" authors = [] license = "MIT"