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"