From 9963f681755b88203b3296402119d79491b1fe07 Mon Sep 17 00:00:00 2001 From: youmetme <321640253@qq.com> Date: Sat, 21 Sep 2024 15:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 52156f5..66ed435 100644 --- a/conanfile.py +++ b/conanfile.py @@ -8,7 +8,7 @@ import os class loggingRecipe(ConanFile): name = "logging" - version = "0.2.2" + version = "0.2.3" license = "MIT" author = "321640253@qq.com" url = "https://github.com/WangZhongDian/logging.git"