From c913acdb4c40b5d51e32eec4f500f914ac917e7d Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 6 Apr 2023 09:53:57 -0700 Subject: [PATCH] bump version to 133 (#2503) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 833b4b35..f57910ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.132" +version = "0.0.133" description = "Building applications with LLMs through composability" authors = [] license = "MIT"