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