Skip to content

Commit

Permalink
Fix link in API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Jan 26, 2025
1 parent 1a7ebce commit 84f0e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ functions particularly useful:

Note that **`mmh3` is endian-neutral**, while the original C++ library is
endian-sensitive (see also
[Known Issues](https://github.com/hajimes/mmh3#known-issues)).
[Frequently Asked Questions](https://github.com/hajimes/mmh3#frequently-asked-questions)).
This feature of `mmh3` is essential when portability across different
architectures is required, such as when calculating hash footprints for web
services.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mmh3"
version = "5.1.0"
version = "5.1.1-dev.1"
description = "Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions."
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 84f0e4b

Please sign in to comment.