From 2ad285aab207ddc77ae4316771803288e931686b Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 23 Dec 2022 11:19:30 -0500 Subject: [PATCH] bump version to 0045 (#408) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50e4f2f0..8d1fc481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.44" +version = "0.0.45" description = "Building applications with LLMs through composability" authors = [] license = "MIT"