Skip to content

Commit da44d1c

Browse files
committed
Release 0.4.0
1 parent d5c1961 commit da44d1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ encrypt python source code and import module dynamically.
2222
2323
encrypt python source code and import dynamically.
2424
25-
VERSION 0.3.0
25+
VERSION 0.4.0
2626
```
2727
## How to do
2828
https://github.com/ZhaoQi99/pyencrypt-pye/wiki#how-to-do

pyencrypt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"
22
__description__ = "Encrypt python source code and import module dynamically."

0 commit comments

Comments
 (0)