diff --git a/Cargo.lock b/Cargo.lock index ba626ba..fbfd5b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,7 +1245,7 @@ dependencies = [ [[package]] name = "pueue" -version = "3.0.0" +version = "3.0.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index da41bea..028c39b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = { version = "1.23", features = ["rt-multi-thread", "time", "io-std"] } # ------------------------ [package] name = "pueue" -version = "3.0.0" +version = "3.0.1" description = "A cli tool for managing long running shell commands." keywords = ["shell", "command", "parallel", "task", "queue"] readme = "README.md"