From 6701100474a8c4a9ec272f36e16019d589e1ac3b Mon Sep 17 00:00:00 2001 From: Elijas <4084885+Elijas@users.noreply.github.com> Date: Tue, 10 Oct 2023 04:27:48 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b810ce..27cd35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.1 (2023-10-10) + +### Refactor + +- **dev_tools**: standardize naming + ## 0.5.0 (2023-10-09) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f29a6ba..5d7e8ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sec-ai" -version = "0.5.0" +version = "0.5.1" description = "A comprehensive open-source toolkit for AI-powered analysis and interpretation of SEC EDGAR filings, providing valuable insights for investors, fintech developers, and researchers." authors = ["Alphanome.AI "] readme = "README.md"