We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f165366 commit 7be61f7Copy full SHA for 7be61f7
setup.py
@@ -15,7 +15,7 @@ def read(filename):
15
16
setup(
17
name="py-xbrl",
18
- version="2.1.0",
+ version="2.1.1",
19
url="https://github.com/manusimidt/xbrl_parser",
20
license='GNU General Public License v3 (GPLv3)',
21
author="Manuel Schmidt",
xbrl/__init__.py
@@ -76,7 +76,7 @@ class ContextParseException(InstanceParseException):
76
pass
77
78
79
-__version__ = '2.1.0'
+__version__ = '2.1.1'
80
__author__ = 'Manuel Schmidt <[email protected]>'
81
__all__ = [
82
XbrlParseException,
0 commit comments