From 0462bd4d9bccea55218c4f9c13eb420479ea0fc5 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sun, 5 Dec 2021 21:00:57 -0600 Subject: [PATCH] Prepare 0.1.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc88dcb..d648351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "threadfin" -version = "0.1.0" +version = "0.1.1" description = "A thread pool for running multiple tasks on a configurable group of threads." authors = ["Stephen M. Coakley "] license = "MIT"