From 18ec9b259b220aac458f54144cc0df2b0f075d08 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Tue, 1 Aug 2023 14:07:27 +0800 Subject: [PATCH] docs: update README.md --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71504d9..1e10ad6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # namekoplus +[![Upload Python Package](https://github.com/Bryanthelol/namekoplus/actions/workflows/python-publish.yml/badge.svg?event=release)](https://github.com/Bryanthelol/namekoplus/actions/workflows/python-publish.yml) + A lightweight Python distributed microservice solution ## CLI Usage diff --git a/setup.py b/setup.py index 5cffaf5..d19b1f7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: setup( name='namekoplus', - version='0.4.1', + version='0.4.4', description='A lightweight Python distributed microservice solution', long_description=long_description, long_description_content_type='text/markdown',