Skip to content

Commit

Permalink
version 0.1.5
Browse files Browse the repository at this point in the history
Changes since 0.1.4:
- The Linux build is now properly manylinux-compatible. Previously the
  Linux binary wheels were linked against a too-recent version of glibc,
  leading to runtime errors on e.g. CentOS 7.
  • Loading branch information
oconnor663 committed Apr 30, 2020
1 parent c331b5b commit 59d096d
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.1.4"
version = "0.1.5"
authors = ["Jack O'Connor <[email protected]>"]
description = "Python bindings for the Rust blake3 crate"
repository = "https://github.com/oconnor663/blake3-py"
Expand Down

0 comments on commit 59d096d

Please sign in to comment.