diff -r 79247c15c319 -r 176c0b5b7a61 PluginPrintRemover.py --- a/PluginPrintRemover.py Thu Dec 30 11:20:07 2021 +0100 +++ b/PluginPrintRemover.py Thu Dec 30 12:51:34 2021 +0100 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "1.0.0" +version = "10.0.0" className = "PrintRemoverPlugin" packageName = "PrintRemover" shortDescription = "Remove print() like debug statements."