fix: update setup

This commit is contained in:
BryantHe 2023-08-07 14:59:03 +08:00 committed by Bryant He
parent a8d088f6a3
commit 0fd6949262
1 changed files with 1 additions and 1 deletions

View File

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