docs: update readme; fix typo

This commit is contained in:
2023-07-23 00:12:45 +08:00
committed by Bryant He
parent 920e204756
commit cb5762720f
3 changed files with 3 additions and 3 deletions

View File

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