From 428508bd75c3bae68108e26ccb3d70e12e13be03 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 15 Dec 2022 08:27:20 -0800 Subject: [PATCH] bump version to 0.0.38 (#349) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a2292ba34d..2c59151f5ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.37" +version = "0.0.38" description = "Building applications with LLMs through composability" authors = [] license = "MIT"