diff --git a/Cargo.lock b/Cargo.lock index d6aa241..e1b1d1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,7 +60,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "av-scenechange" -version = "0.4.2" +version = "0.5.0" dependencies = [ "clap", "rav1e", diff --git a/Cargo.toml b/Cargo.toml index f0fdaf0..4192e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "av-scenechange" -version = "0.4.2" +version = "0.5.0" authors = ["Josh Holmer "] edition = "2018" description = "Estimates frames in a video where a scenecut would be ideal"