Skip to content

Commit

Permalink
Updated new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyism committed Nov 15, 2022
1 parent ae74960 commit 2580200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .xbrl import XBRL, XBRLElement
from .document import Document, Documents

__version__ = "5.4.2"
__version__ = "5.4.3"

modules = glob.glob(dirname(__file__)+"/*.py")
__all__ = [ basename(f)[:-3] for f in modules if isfile(f) and not f.endswith('__init__.py')]

0 comments on commit 2580200

Please sign in to comment.