Skip to content

Commit

Permalink
version 0.4.1
Browse files Browse the repository at this point in the history
Changes since 0.4.0:
- `update` and `update_mmap` now return self, so they can be called
  fluently.
  • Loading branch information
oconnor663 committed Feb 4, 2024
1 parent 13d4b02 commit 40c8bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <oconnor663@gmail.com>"]
description = "Python bindings for the Rust blake3 crate"
repository = "https://github.com/oconnor663/blake3-py"
Expand Down

0 comments on commit 40c8bd9

Please sign in to comment.