Skip to content

Commit 9331617

Browse files
committed
Update for v2.8.0
1 parent 71b2ae9 commit 9331617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maxminddb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def open_database(
8888

8989

9090
__title__ = "maxminddb"
91-
__version__ = "2.7.0"
91+
__version__ = "2.8.0"
9292
__author__ = "Gregory Oschwald"
9393
__license__ = "Apache License, Version 2.0"
9494
__copyright__ = "Copyright 2013-2025 MaxMind, Inc."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "maxminddb"
3-
version = "2.7.0"
3+
version = "2.8.0"
44
description = "Reader for the MaxMind DB format"
55
authors = [
66
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)