diff --git a/Cargo.toml b/Cargo.toml index 56ea8b1..81dd7a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boostvoronoi" -version = "0.6.0" +version = "0.7.0" authors = ["eadf"] edition = "2018" description = "Boost voronoi ported to 100% rust" diff --git a/README.md b/README.md index 1e6d808..580e70a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Documentation](https://docs.rs/boostvoronoi/badge.svg)](https://docs.rs/boostvoronoi) [![Workflow](https://github.com/eadf/boostvoronoi.rs/workflows/Rust/badge.svg)](https://github.com/eadf/boostvoronoi.rs/workflows/Rust/badge.svg) [![Workflow](https://github.com/eadf/boostvoronoi.rs/workflows/Clippy/badge.svg)](https://github.com/eadf/boostvoronoi.rs/workflows/Clippy/badge.svg) -[![dependency status](https://deps.rs/crate/boostvoronoi/0.6.0/status.svg)](https://deps.rs/crate/boostvoronoi/0.6.0) +[![dependency status](https://deps.rs/crate/boostvoronoi/0.7.0/status.svg)](https://deps.rs/crate/boostvoronoi/0.7.0) # Segmented Voronoi for Rust [Boost 1.75.0 polygon::voronoi](https://www.boost.org/doc/libs/1_75_0/libs/polygon/doc/voronoi_main.htm) ported to 100% rust.