feat: add new type all

This commit is contained in:
2023-07-20 13:12:17 +08:00
parent 08e818e1e1
commit 8cf674f0df
8 changed files with 185 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
setup(
name='namekoplus',
version='0.1.1',
version='0.1.2',
description='A lightweight Python distributed microservice solution',
long_description=long_description,
long_description_content_type='text/markdown',