Skip to content

Commit bb2e26d

Browse files
committed
Update for v3.2.0
1 parent a1fcb25 commit bb2e26d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "minfraud"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
description = "MaxMind minFraud API"
55
authors = [
66
{name = "Gregory Oschwald", email = "[email protected]"},

src/minfraud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Internal module for version (to prevent cyclic imports)."""
22

3-
__version__ = "3.1.0"
3+
__version__ = "3.2.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)