From bf78200f5574b800b8c44ae0043a3d42c9b37b58 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 20 Apr 2023 22:20:43 -0700 Subject: [PATCH] bump version 146 (#3272) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51878414..03bd5b8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.145" +version = "0.0.146" description = "Building applications with LLMs through composability" authors = [] license = "MIT"