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 7821146 commit 7827b34Copy full SHA for 7827b34
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.2.1
+ VERSION 0.2.3
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.2.2"
+__version__ = "0.2.3"
2
__description__ = "Encrypt python source code and import module dynamically."
0 commit comments