Skip to content

Commit 32db20c

Browse files
committed
Release 0.3.0
1 parent 095a271 commit 32db20c

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.2.3
25+
VERSION 0.3.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.2.3"
1+
__version__ = "0.3.0"
22
__description__ = "Encrypt python source code and import module dynamically."

0 commit comments

Comments
 (0)