From 236ae93610a8538d3d0044fc29379c481acc6789 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Fri, 20 Jan 2023 14:22:31 -0800 Subject: [PATCH] bump version to 0066 (#667) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37a201a7..69c9138c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.65" +version = "0.0.66" description = "Building applications with LLMs through composability" authors = [] license = "MIT"