2 Commits

Author SHA1 Message Date
0fd6949262 fix: update setup 2023-08-07 14:59:31 +08:00
a8d088f6a3 fix: grafana.json.mako sytanx error 2023-08-07 14:59:31 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
"yaxis": { "yaxis": {
"align": false "align": false
} }
} },
% endfor % endfor
], ],
"refresh": "3s", "refresh": "3s",

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',