Skip to content

Commit edb5c4e

Browse files
committed
Release 0.2.1
1 parent 618e0d3 commit edb5c4e

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.0
25+
VERSION 0.2.1
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.0'
1+
__version__ = '0.2.1'
22
__description__ = 'Encrypt python source code and import module dynamically.'

0 commit comments

Comments
 (0)