Skip to content

Commit c76cb3e

Browse files
committed
fixed __init__.py
1 parent ba3081f commit c76cb3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

1111
setup(
1212
name='python-xbrl',
13-
version='1.1.0',
13+
version='1.0.9',
1414
description='library for parsing xbrl documents',
1515
author='Joe Cabrera',
1616
author_email='[email protected]',

xbrl/__init__.py

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

66
version = (1, 0, 9)
77

8-
from .parse import XBRLParser
8+
from .xbrl import XBRLParser, GAAP, GAAPSerializer, XBRLParserException

0 commit comments

Comments
 (0)