--- a/PluginApis.py Wed May 26 19:33:42 2021 +0200 +++ b/PluginApis.py Wed May 26 19:49:55 2021 +0200 @@ -10,14 +10,14 @@ import os import glob -from PyQt5.QtCore import QObject +from PyQt6.QtCore import QObject # Start-of-Header name = "APIs Plugin" author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "3.1.0" +version = "1.0.0" className = "PluginApis" packageName = "APIs" shortDescription = "API files for auto-completion and call tips."