From d30c36818edc962b2d2e9fe2f1fc11bff6f1db8f Mon Sep 17 00:00:00 2001 From: Elijas <4084885+Elijas@users.noreply.github.com> Date: Tue, 19 Dec 2023 07:56:48 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.49.0=20=E2=86=92=200.50.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f13a30..112d6cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sec-parser" -version = "0.49.0" +version = "0.50.0" description = "Parse SEC EDGAR HTML documents into a tree of elements that correspond to the visual structure of the document." authors = ["Alphanome.AI "] readme = "README.md"