From 0dd06814c472397d459a9750764489a53658298d Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Tue, 26 Mar 2024 17:18:15 +0800 Subject: [PATCH] Release 0.2.2 --- pyencrypt/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyencrypt/__init__.py b/pyencrypt/__init__.py index 1797a7b..0c848fb 100644 --- a/pyencrypt/__init__.py +++ b/pyencrypt/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.2.1' -__description__ = 'Encrypt python source code and import module dynamically.' +__version__ = "0.2.2" +__description__ = "Encrypt python source code and import module dynamically."