Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
Changes since 0.3.2:
- Change `blake3.__module__` from "blake3" to "blake3.blake3". This is
  the correct canonical path, related to some Maturin implementation
  details. This is intended to help tooling that relies on canonical
  paths, but most regular callers don't need to worry about this. See
  mkdocstrings/mkdocstrings#451 for an example
  of a tool that needs to know this.
- Update PyO3 to v0.17.
  • Loading branch information
oconnor663 committed Dec 20, 2022
1 parent 242b85b commit 806fbed
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.2"
version = "0.3.3"
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 806fbed

Please sign in to comment.