We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94962ec commit 169ed4eCopy full SHA for 169ed4e
README.rst
@@ -24,6 +24,7 @@ Bugs fixed:
24
25
What's new:
26
27
+- pep8_comments option added
28
- support for obfuscation of names starting with __ added
29
- license changed from QQuickLicense to Apache 2.0
30
- empty lines are removed
opy/opy.py
@@ -29,7 +29,7 @@
# =========== Initialize constants
31
programName = 'opy'
32
-programVersion = '1.1.23'
+programVersion = '1.1.24'
33
34
if __name__ == '__main__':
35
print ('{} (TM) Configurable Multi Module Python Obfuscator Version {}'.format (programName.capitalize (), programVersion))
0 commit comments