From f9562d7f1c68bd29a5d19f3f12783294f69cfff2 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 25 Dec 2022 11:17:41 -0500 Subject: [PATCH] version 0047 (#423) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de774306ee5..e1ede3990c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.46" +version = "0.0.47" description = "Building applications with LLMs through composability" authors = [] license = "MIT"