From b64c86a25fdae0c28dfddfa602994c9b368b4d0a Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 24 Apr 2023 11:08:32 -0700 Subject: [PATCH] bump version to 148 (#3458) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eec4645..3d4ea229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.147" +version = "0.0.148" description = "Building applications with LLMs through composability" authors = [] license = "MIT"