diff --git a/conanfile.py b/conanfile.py index bfcbc30c85..4ea163bb69 100644 --- a/conanfile.py +++ b/conanfile.py @@ -14,7 +14,7 @@ class Rangev3Conan(ConanFile): name = "range-v3" - version = "v1.0-beta" + version = "0.9.0" license = "Boost Software License - Version 1.0 - August 17th, 2003" url = "https://github.com/ericniebler/range-v3" description = """Experimental range library for C++11/14/17"""