diff --git a/Cargo.toml b/Cargo.toml index 6ea722c..4cbb754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve-sampling" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Christophe Troestler "] description = "Adaptive sampling of parametric" diff --git a/README.md b/README.md index 82b09a9..dc933bb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -curve-sampling = "0.4" +curve-sampling = "0.5" ``` See the [documentation](https://docs.rs/curve-sampling/).