diff --git a/Cargo.toml b/Cargo.toml index 9fdcee2..a38fe55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ # PyPI. Installing this with `pip install blake3` is better than something # redundant like `pip install PyBLAKE3-py`. name = "blake3" -version = "0.4.0" +version = "0.4.1" authors = ["Jack O'Connor "] description = "Python bindings for the Rust blake3 crate" repository = "https://github.com/oconnor663/blake3-py"