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"