From 412397ad552dfad850e6eef021e392b69e0f5ecc Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 9 Apr 2023 13:08:05 -0700 Subject: [PATCH] bump version to 136 (#2634) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6321fc69..c45376a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.135" +version = "0.0.136" description = "Building applications with LLMs through composability" authors = [] license = "MIT"