Skip to content

Commit 7be61f7

Browse files
committed
Updated package to V2.1.1
1 parent f165366 commit 7be61f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
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.1.0",
18+
version="2.1.1",
1919
url="https://github.com/manusimidt/xbrl_parser",
2020
license='GNU General Public License v3 (GPLv3)',
2121
author="Manuel Schmidt",

xbrl/__init__.py

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

7878

79-
__version__ = '2.1.0'
79+
__version__ = '2.1.1'
8080
__author__ = 'Manuel Schmidt <[email protected]>'
8181
__all__ = [
8282
XbrlParseException,

0 commit comments

Comments
 (0)