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 d5c1961 commit da44d1cCopy full SHA for da44d1c
README.md
@@ -22,7 +22,7 @@ encrypt python source code and import module dynamically.
22
23
encrypt python source code and import dynamically.
24
25
- VERSION 0.3.0
+ VERSION 0.4.0
26
```
27
## How to do
28
https://github.com/ZhaoQi99/pyencrypt-pye/wiki#how-to-do
pyencrypt/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.3.0"
+__version__ = "0.4.0"
2
__description__ = "Encrypt python source code and import module dynamically."
0 commit comments