From 7bb365ab1bb9fb6763dd630432dbdacae5f841ff Mon Sep 17 00:00:00 2001 From: H2Sxxa Date: Thu, 21 Mar 2024 08:37:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0922b93..182b6e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "saleyo" -version = "0.1.4" +version = "1.0.0" description = "Saleyo is a lightwight scalable Python AOP framework, easy to use and integrate." authors = [{ name = "H2Sxxa", email = "h2sxxa0w0@gmail.com" }] dependencies = []