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 94657af commit cd60980Copy full SHA for cd60980
setup.py
@@ -15,7 +15,7 @@ def read(filename):
15
16
setup(
17
name="py-xbrl",
18
- version="1.1.2",
+ version="1.1.3",
19
url="https://github.com/manusimidt/xbrl_parser",
20
license='GNU General Public License v3 (GPLv3)',
21
author="Manuel Schmidt",
xbrl_parser/__init__.py
@@ -61,7 +61,7 @@ class ContextParseException(InstanceParseException):
61
pass
62
63
64
-__version__ = '1.1.2'
+__version__ = '1.1.3'
65
__author__ = 'Manuel Schmidt <hello@schmidt-manuel.de>'
66
__all__ = [
67
XbrlParseException,
0 commit comments