diff --git a/conanfile.py b/conanfile.py index 789de51..7cd243b 100644 --- a/conanfile.py +++ b/conanfile.py @@ -2,7 +2,7 @@ from conans.tools import download, unzip import os -VERSION = "0.0.2" +VERSION = "0.0.3" class CMakeForwardCache(ConanFile):