From 7c1fc92848591bdef4aa8181a57b646e1a16ba04 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Mon, 15 Nov 2021 23:32:15 -0500 Subject: [PATCH] v0.1.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09f7e6d..1b425a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num_threads" -version = "0.1.0" +version = "0.1.1" authors = ["Jacob Pratt "] repository = "https://github.com/jhpratt/num_threads" categories = ["api-bindings", "hardware-support", "os"]