From 95e780d6f9f8b279c059bb994e240f8b12813c25 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 7 Apr 2023 09:02:19 -0700 Subject: [PATCH] bump version 134 (#2544) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index caa190c5..0088b0b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.133" +version = "0.0.134" description = "Building applications with LLMs through composability" authors = [] license = "MIT"