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