From aba58e9e2ebe9cf478f57d80a0efea7dc56c3233 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 8 Mar 2023 09:46:02 -0800 Subject: [PATCH] Harrison/bumpver104 (#1525) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3a7f245..26c687a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.103" +version = "0.0.104" description = "Building applications with LLMs through composability" authors = [] license = "MIT"