From 45c956c7324d9f6670ad875c89a44330b5faa5c9 Mon Sep 17 00:00:00 2001 From: Elijas <4084885+Elijas@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:40:01 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ee7dc..3b810ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.5.0 (2023-10-09) + +### Feat + +- **ci-cd**: translate curl command to GitHub Action for repository dispatch +- add documentation infrastructure + ## 0.4.0 (2023-10-07) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 7419332..f29a6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sec-ai" -version = "0.4.0" +version = "0.5.0" 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"