Skip to content

Commit 93fc2c8

Browse files
committed
Update for v3.0.0
1 parent 0e71c96 commit 93fc2c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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__ = "2.12.0b1"
3+
__version__ = "3.0.0"

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 = "2.12.0b1"
3+
version = "3.0.0"
44
description = "MaxMind minFraud API"
55
authors = [
66
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)