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"