From 6374df5a31f92192b9c6abc0921726b66585536e Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 9 Jan 2023 12:34:47 -0800 Subject: [PATCH] bump version (#565) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63e6b8953..218084dc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.58" +version = "0.0.59" description = "Building applications with LLMs through composability" authors = [] license = "MIT"