Skip to content

Commit

Permalink
Updated package to V2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manusimidt committed Jun 28, 2021
1 parent 9240149 commit bdc0abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(filename):

setup(
name="py-xbrl",
version="2.0.3",
version="2.0.4",
url="https://github.com/manusimidt/xbrl_parser",
license='GNU General Public License v3 (GPLv3)',
author="Manuel Schmidt",
Expand Down
2 changes: 1 addition & 1 deletion xbrl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ContextParseException(InstanceParseException):
pass


__version__ = '2.0.3'
__version__ = '2.0.4'
__author__ = 'Manuel Schmidt <[email protected]>'
__all__ = [
XbrlParseException,
Expand Down

1 comment on commit bdc0abd

@manusimidt
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated package to V2.0.4, not 2.0.3!

Please sign in to comment.