From 87fd668f94da6e2ae3c416177a9431b2cbdf56f8 Mon Sep 17 00:00:00 2001 From: Hajime Senuma Date: Wed, 18 Sep 2024 17:24:50 +0900 Subject: [PATCH] Bump version to 5.0.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad2cbd0..c9a3c41 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ b'\x8c\xee\xc6z\xa9\xfeR\xe8o\x9a\x9b\x17u\xbe\xdc\xee' Various alternatives are available, offering different return types (e.g., signed integers, tuples of unsigned integers) and optimized for different -architectures. For a comprehensive list of functions, Refer to the +architectures. For a comprehensive list of functions, refer to the [API Reference](https://mmh3.readthedocs.io/en/latest/api.html). ### `hashlib`-style hashers diff --git a/pyproject.toml b/pyproject.toml index f85d8cc..b0da9cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "mmh3" -version = "5.0.0-rc.1" +version = "5.0.0" description = "Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions." readme = "README.md" license = {file = "LICENSE"}