Skip to content

Commit d280eb6

Browse files
fixed bug: XbrlApi not exported
1 parent 38042fd commit d280eb6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sec_api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
from sec_api.index import QueryApi
33
from sec_api.index import FullTextSearchApi
44
from sec_api.index import RenderApi
5+
from sec_api.index import XbrlApi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="sec-api",
8-
version="1.0.5",
8+
version="1.0.6",
99
author="SEC API",
1010
author_email="support@sec-api.io",
1111
description="SEC EDGAR Filings API",

0 commit comments

Comments
 (0)