From b7d2ab7f42d16640c6c5fcd72eaf3d28a822b903 Mon Sep 17 00:00:00 2001 From: Valerio Besozzi Date: Wed, 8 Nov 2023 14:10:43 +0100 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"