From 75edd85fedfc197e777cc29a363c92d6c41aec87 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 23 Jan 2023 07:24:09 -0800 Subject: [PATCH] version 0068 (#701) --- CITATION.cff | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4cc17d0d994..f52d37de78a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,6 +4,6 @@ authors: - family-names: "Chase" given-names: "Harrison" title: "LangChain" -version: 0.0.67 +version: 0.0.68 date-released: 2022-10-17 url: "https://github.com/hwchase17/langchain" diff --git a/pyproject.toml b/pyproject.toml index 30851af4104..df5796f3931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.67" +version = "0.0.68" description = "Building applications with LLMs through composability" authors = [] license = "MIT"