From 3a1bdce3f51e302d468807e980455d676c0f5fd6 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 22 Apr 2023 09:35:03 -0700 Subject: [PATCH] bump version to 147 (#3353) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d067dde5..750f54f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.146" +version = "0.0.147" description = "Building applications with LLMs through composability" authors = [] license = "MIT"