From 834c3a5b9a9f8458cfd9a9e7ad0f281f9b67f6c7 Mon Sep 17 00:00:00 2001 From: Manuel Schmidt Date: Fri, 11 Nov 2022 23:21:03 +0100 Subject: [PATCH] Updated package to V2.2.3 --- setup.py | 2 +- xbrl/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3606337..4ae46c9 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(filename): setup( name="py-xbrl", - version="2.2.2", + version="2.2.3", 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 5e42471..8f1863c 100644 --- a/xbrl/__init__.py +++ b/xbrl/__init__.py @@ -76,7 +76,7 @@ class ContextParseException(InstanceParseException): pass -__version__ = '2.2.2' +__version__ = '2.2.3' __author__ = 'Manuel Schmidt ' __all__ = [ XbrlParseException,