From 7536912125b0c582db5aacae61bf5ece8a8e2605 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 26 Apr 2023 08:29:09 -0700 Subject: [PATCH] bump ver 150 (#3599) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e7c5bca6d4..0633b7d740c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.149" +version = "0.0.150" description = "Building applications with LLMs through composability" authors = [] license = "MIT"