Skip to content

Commit 7989eca

Browse files
committed
Updated package to V2.2.10
Implemented #118
1 parent f6a4f54 commit 7989eca

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
@@ -15,7 +15,7 @@ def read(filename):
1515

1616
setup(
1717
name="py-xbrl",
18-
version="2.2.9",
18+
version="2.2.10",
1919
url="https://github.com/manusimidt/xbrl_parser",
2020
license='GNU General Public License v3 (GPLv3)',
2121
author="Manuel Schmidt",

xbrl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class ContextParseException(InstanceParseException):
7676
pass
7777

7878

79-
__version__ = '2.2.9'
79+
__version__ = '2.2.10'
8080
__author__ = 'Manuel Schmidt <hello@schmidt-manuel.de>'
8181
__all__ = [
8282
XbrlParseException,

0 commit comments

Comments
 (0)