Skip to content

Commit

Permalink
Fix documents (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes authored Jan 26, 2025
1 parent 1a7ebce commit 0066f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ is useful for OSINT and cybersecurity activities.

## How to Cite This Library

If you use this library in your research, it would be much appreciated it if
you would cite the following paper published in the
If you use this library in your research, it would be appreciated if you could
cite the following paper published in the
[_Journal of Open Source Software_](https://joss.theoj.org):

Hajime Senuma. 2025.
Expand Down
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 0066f4d

Please sign in to comment.