From ace432841e6fc32326418980ed88d99cfa7e5f6c Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Wed, 28 Aug 2024 13:14:19 +0800 Subject: [PATCH] Release 0.3.0 --- pyencrypt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyencrypt/__init__.py b/pyencrypt/__init__.py index a45e7d7..4c2458f 100644 --- a/pyencrypt/__init__.py +++ b/pyencrypt/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.2.3" +__version__ = "0.3.0" __description__ = "Encrypt python source code and import module dynamically."