diff --git a/setup.py b/setup.py index 38a43e4..1e9ec2f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(filename): setup( name="py-xbrl", - version="2.2.12", + version="2.2.13", url="https://github.com/manusimidt/xbrl_parser", license='GNU General Public License v3 (GPLv3)', author="Manuel Schmidt", diff --git a/xbrl/__init__.py b/xbrl/__init__.py index 130bcb7..cd8a8bc 100644 --- a/xbrl/__init__.py +++ b/xbrl/__init__.py @@ -76,7 +76,7 @@ class ContextParseException(InstanceParseException): pass -__version__ = '2.2.12' +__version__ = '2.2.13' __author__ = 'Manuel Schmidt ' __all__ = [ XbrlParseException,