diff --git a/Cargo.toml b/Cargo.toml index 2e64734..5594d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "incr" -version = "0.2.0" +version = "0.2.0-rc.1" authors = ["Jonathan Strong "] description = "Simple, fast and self-contained data structures for checking whether a new value is greater than the previous maximum." homepage = "https://github.com/jonathanstrong/incr"