From 89fd407589da18ba06c15e72c3eb6e3e584206da Mon Sep 17 00:00:00 2001 From: Edouard Swiac Date: Thu, 4 Feb 2021 22:12:42 -0800 Subject: [PATCH] minor bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 325afd9..264862c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="python-edgar", - version="3.0.1", + version="3.0.2", description="Download the SEC fillings index from EDGAR since 1993", long_description=long_description, long_description_content_type="text/markdown",