diff --git a/CITATION.cff b/CITATION.cff index 4cc17d0d9..f52d37de7 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 30851af41..df5796f39 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"