Skip to content

Commit

Permalink
version 0.3.2
Browse files Browse the repository at this point in the history
Changes since 0.3.1:
- `from blake3 import blake3; blake3.__module__` now correctly returns
  "blake3". Fixes #38.
- Updated Maturin to version 0.14.
  • Loading branch information
oconnor663 committed Dec 17, 2022
1 parent a9eea9f commit ebbda76
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.3.1"
version = "0.3.2"
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 ebbda76

Please sign in to comment.