--- a/eric6/ThirdParty/EditorConfig/editorconfig/__init__.py Thu Jan 14 17:58:40 2021 +0100 +++ b/eric6/ThirdParty/EditorConfig/editorconfig/__init__.py Thu Jan 14 18:01:59 2021 +0100 @@ -1,8 +1,7 @@ """EditorConfig Python Core""" from editorconfig.versiontools import join_version - -VERSION = (0, 12, 2, "final") +from editorconfig.version import VERSION __all__ = ['get_properties', 'EditorConfigError', 'exceptions']