From d35b84046c3760dc2da279d0d6cd89a9d1c994a8 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sun, 25 Aug 2019 10:47:43 -0700 Subject: [PATCH] fix conanfile.py --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""