PluginApis.py

branch
eric7
changeset 38
ca48d6a66d7e
parent 35
908f5f14b718
child 39
4d56882f8a1b
--- 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."

eric ide

mercurial