From 3b71386e36d436b581ed4f003cbd456154a7bcf2 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Tue, 2 Apr 2024 17:08:22 +0200 Subject: [PATCH] Bump version to 0.5 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/).