From edb5c4ec6650473c69b75d99bee6c1a7c10b16cb Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Fri, 5 Jan 2024 11:54:03 +0800 Subject: [PATCH] Release 0.2.1 --- README.md | 2 +- pyencrypt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6599ae0..503146e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ encrypt python source code and import module dynamically. encrypt python source code and import dynamically. - VERSION 0.2.0 + VERSION 0.2.1 ``` ## How to do https://github.com/ZhaoQi99/pyencrypt-pye/wiki#how-to-do diff --git a/pyencrypt/__init__.py b/pyencrypt/__init__.py index ecc417a..1797a7b 100644 --- a/pyencrypt/__init__.py +++ b/pyencrypt/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.2.0' +__version__ = '0.2.1' __description__ = 'Encrypt python source code and import module dynamically.'