Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
Changes since 0.1.0:
- Binary wheels are now built automatically by GitHub Actions for common
  platforms. Currently Python 3.5-3.8 for Linux, macOS, and x86+x64
  Windows.
- The PyPI release flow is now fully automated, triggered by pushing a
  new tag to GitHub.
  • Loading branch information
oconnor663 committed Mar 3, 2020
1 parent 5c7fb41 commit bef8992
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.0"
version = "0.1.1"
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 bef8992

Please sign in to comment.