From bf79202d5b5ee6f50382e48366e080ffb958288d Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Mon, 12 Feb 2024 17:33:18 -0800 Subject: [PATCH] [version] bump version to 0.0.79.post1 (#947) --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2891a39f9..0aba964a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Update README.md to fix a bug in the example (#942) - Added handling of filename_as_id and file_extractor to SharePointReader (#934) - Remove links from telegram text messages (#943) +- SEC Filings loader bug fixes (#909) ## v[0.0.78] - 2024-02-05 diff --git a/pyproject.toml b/pyproject.toml index d6b9eef28..f3d770b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llama-hub" -version = "0.0.79" +version = "0.0.79.post1" description = "A library of community-driven data loaders for LLMs. Use with LlamaIndex and/or LangChain. " authors = ["Jerry Liu", "Jesse Zhang"] # New attributes