From e05b440933340b9e4a5227e874d41975307b4f00 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Mon, 6 Nov 2023 16:54:21 +0800 Subject: [PATCH] chore: switch to pdm from setuptools 3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59c0612..b0d3884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "namekoplus" -version = "0.5.0" +version = "0.5.1" description = "A lightweight Python distributed microservice solution" keywords = ["lightweight python distributed microservice solution"] readme = "README.md"