From 915c18640a2952b1cab8a2352d675d08b065723b Mon Sep 17 00:00:00 2001 From: youmetme <321640253@qq.com> Date: Thu, 21 Nov 2024 15:15:46 +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 2787442..3a0b791 100644 --- a/conanfile.py +++ b/conanfile.py @@ -5,7 +5,7 @@ import os class loggingRecipe(ConanFile): name = "logging" - version = "0.3.0" + version = "0.4.0" license = "MIT" author = "321640253@qq.com" url = "https://github.com/WangZhongDian/logging.git"