Skip to content

Commit ebbda76

Browse files
committed
version 0.3.2
Changes since 0.3.1: - `from blake3 import blake3; blake3.__module__` now correctly returns "blake3". Fixes #38. - Updated Maturin to version 0.14.
1 parent a9eea9f commit ebbda76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# PyPI. Installing this with `pip install blake3` is better than something
66
# redundant like `pip install PyBLAKE3-py`.
77
name = "blake3"
8-
version = "0.3.1"
8+
version = "0.3.2"
99
authors = ["Jack O'Connor <[email protected]>"]
1010
description = "Python bindings for the Rust blake3 crate"
1111
repository = "https://github.com/oconnor663/blake3-py"

0 commit comments

Comments
 (0)