Skip to content

Commit

Permalink
fix conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Aug 25, 2019
1 parent f147972 commit d35b840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Expand Up @@ -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"""
Expand Down

0 comments on commit d35b840

Please sign in to comment.