We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a99fb2 commit f96f0f2Copy full SHA for f96f0f2
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='python-xbrl',
13
- version='1.0.8',
+ version='1.0.9',
14
description='library for parsing xbrl documents',
15
author='Joe Cabrera',
16
author_email='[email protected]',
xbrl/__init__.py
@@ -3,6 +3,6 @@
3
4
from __future__ import absolute_import
5
6
-__version__ = '1.0.8'
+__version__ = '1.0.9'
7
8
from .xbrl import XBRLParser
0 commit comments