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."