Skip to content

Commit f96f0f2

Browse files
committed
version bump
1 parent 9a99fb2 commit f96f0f2

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.0.8',
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
@@ -3,6 +3,6 @@
33

44
from __future__ import absolute_import
55

6-
__version__ = '1.0.8'
6+
__version__ = '1.0.9'
77

88
from .xbrl import XBRLParser

0 commit comments

Comments
 (0)