Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Dec 14, 2023
1 parent 9fc2a28 commit 4b87b3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ encrypt python source code and import module dynamically.
encrypt python source code and import dynamically.
VERSION 0.1.0
VERSION 0.2.0
```
## How to do
https://github.com/ZhaoQi99/pyencrypt-pye/wiki#how-to-do
Expand Down
4 changes: 2 additions & 2 deletions pyencrypt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.0'
__description__ = 'encrypt python source code and import module dynamically.'
__version__ = '0.2.0'
__description__ = 'Encrypt python source code and import module dynamically.'
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyencrypt-pye
version = 0.1.0
version = attr: pyencrypt.__version__
url = https://github.com/ZhaoQi99/pyencrypt-pye
project_urls =
Homepage = https://github.com/ZhaoQi99/pyencrypt-pye
Expand All @@ -22,7 +22,7 @@ classifiers =
Programming Language :: Python :: Implementation :: CPython
Environment :: Console
license_files = LICENSE
description = Encrypt python source code and import module dynamically.
description = attr: pyencrypt.__description__
long_description = file: README.md
long_description_content_type = text/markdown
keywords = python-encrypt, import-hook
Expand Down

0 comments on commit 4b87b3f

Please sign in to comment.