We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c9a0a commit 9535bcaCopy full SHA for 9535bca
src/config.py
@@ -1,9 +1,9 @@
1
from sys import platform
2
3
-version = '7.3.6'
+version = '7.3.7'
4
5
# The corresponding version of pytransform.so
6
-core_version = 'r48.2a'
+core_version = 'r49.3'
7
8
version_info = '''
9
PyArmor is a command line tool used to obfuscate python scripts, bind
0 commit comments