diff --git a/Cargo.lock b/Cargo.lock index cebdc5d..6e1a929 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "treeherder-dl" -version = "0.6.1" +version = "1.0.0" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 447927c..5ea17ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "treeherder-dl" description = "Download artifacts in bulk from Mozilla's TreeHerder" -version = "0.6.1" +version = "1.0.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/ErichDonGubler/treeherder-dl"