diff --git a/Cargo.toml b/Cargo.toml index 351ccd0f..8453513a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "ppl" description = "A structured parallel programming library for Rust." -version = "0.1.2" +version = "0.1.3" authors = ["Valerio Besozzi"] license = "MIT OR Apache-2.0" repository = "https://github.com/valebes/ppl"