diff --git a/conanfile.py b/conanfile.py index 479a146f5e29c6e0fdd8cbaf7cf7ba0c6e747bab..24ed6063f55fb5d67730e12e73c6a39ca033e49d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -3,7 +3,7 @@ from conan import ConanFile class SingleShotAORecipe(ConanFile): name = "singleshotao" executable = "ds_SingleShotAO" - version = "2.0.4" + version = "2.1.0" package_type = "application" user = "soleil" python_requires = "base/[>=1.0]@soleil/stable"