From 08400f554215e98f886d4f4a1b98d6029c4b2a02 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 15 Jan 2023 19:02:48 -0800 Subject: [PATCH] version bump to 0.0.64 (#624) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb523239..2dae68b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.63" +version = "0.0.64" description = "Building applications with LLMs through composability" authors = [] license = "MIT"