diff --git a/HISTORY.rst b/HISTORY.rst index 0868a48..04b72a6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -3.0.0 +3.0.0 (2025-10-15) ++++++++++++++++++ * IMPORTANT: Python 3.10 or greater is required. If you are using an older diff --git a/pyproject.toml b/pyproject.toml index 8eaed8a..38ea070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "maxminddb" -version = "2.8.2" +version = "3.0.0" description = "Reader for the MaxMind DB format" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"},