Skip to content

Commit c573ca5

Browse files
committed
version 1.0.0
Changes since 0.4.1: - The public API hasn't changed for a long time, so the main purpose of this release is to "officially" stabilize it as-is. - Prebuilt binaries are now published for more platforms, particularly AArch64. Thanks to @ddelange for implementing this. - `blake3.pyi` (static typing stubs) now uses `collections.abc.Buffer` for bytes-like arguments. This is more correct and more permissive, but it means that static typechecking requires Python 3.12+.
1 parent 1c488ca commit c573ca5

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.4.1"
8+
version = "1.0.0"
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)