We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a53309 commit 18c3749Copy full SHA for 18c3749
minfraud/version.py
@@ -1,3 +1,3 @@
1
"""Internal module for version (to prevent cyclic imports)."""
2
3
-__version__ = "3.0.0"
+__version__ = "3.1.0"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "minfraud"
-version = "3.0.0"
+version = "3.1.0"
4
description = "MaxMind minFraud API"
5
authors = [
6
{name = "Gregory Oschwald", email = "[email protected]"},
0 commit comments