Skip to content

Commit cd60980

Browse files
committed
Updated package to V1.1.3
1 parent 94657af commit cd60980

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

xbrl_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ContextParseException(InstanceParseException):
6161
pass
6262

6363

64-
__version__ = '1.1.2'
64+
__version__ = '1.1.3'
6565
__author__ = 'Manuel Schmidt <hello@schmidt-manuel.de>'
6666
__all__ = [
6767
XbrlParseException,

0 commit comments

Comments
 (0)