diff --git a/CITATION.cff b/CITATION.cff index f52d37de..97cfb669 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,6 +4,5 @@ authors: - family-names: "Chase" given-names: "Harrison" title: "LangChain" -version: 0.0.68 date-released: 2022-10-17 url: "https://github.com/hwchase17/langchain" diff --git a/pyproject.toml b/pyproject.toml index df5796f3..0c389453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.68" +version = "0.0.69" description = "Building applications with LLMs through composability" authors = [] license = "MIT"