diff --git a/conanfile.py b/conanfile.py index e1fe684..8485c80 100644 --- a/conanfile.py +++ b/conanfile.py @@ -6,7 +6,7 @@ import os class loggingRecipe(ConanFile): name = "cargparse" - version = "0.2.0" + version = "0.3.0" license = "MIT" author = "321640253@qq.com" url = "https://gitea.youmetme.wang/youmetme/logging"