Skip to content

Commit

Permalink
Updated package to V2.2.10
Browse files Browse the repository at this point in the history
Implemented #118
  • Loading branch information
manusimidt committed Oct 10, 2023
1 parent f6a4f54 commit 7989eca
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.2.9",
version="2.2.10",
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.2.9'
__version__ = '2.2.10'
__author__ = 'Manuel Schmidt <hello@schmidt-manuel.de>'
__all__ = [
XbrlParseException,
Expand Down

0 comments on commit 7989eca

Please sign in to comment.