From 40c8bd98c2d05611604734a1e05dabd7a2739f21 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sun, 4 Feb 2024 13:14:03 -0800 Subject: [PATCH] version 0.4.1 Changes since 0.4.0: - `update` and `update_mmap` now return self, so they can be called fluently. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"