From 819d72614af4279c57aa98c5157d4d0e08b81b3a Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 12 Apr 2023 11:10:47 -0700 Subject: [PATCH] version 138 (#2782) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74af55eb..060ec2bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.137" +version = "0.0.138" description = "Building applications with LLMs through composability" authors = [] license = "MIT"