diff --git a/HISTORY.rst b/HISTORY.rst index 50a5b8d..a6440f5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -3.1.0 +3.1.0 (2025-05-23) ++++++++++++++++++ * Added support for the ``/billing_phone/matches_postal`` and diff --git a/minfraud/version.py b/minfraud/version.py index bee80c3..12e6a59 100644 --- a/minfraud/version.py +++ b/minfraud/version.py @@ -1,3 +1,3 @@ """Internal module for version (to prevent cyclic imports).""" -__version__ = "3.0.0" +__version__ = "3.1.0" diff --git a/pyproject.toml b/pyproject.toml index 041c452..043bcde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "minfraud" -version = "3.0.0" +version = "3.1.0" description = "MaxMind minFraud API" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"},