Skip to content

Commit 542dc56

Browse files
committed
Update for v2.7.0
1 parent d56f6c4 commit 542dc56

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
@@ -84,7 +84,7 @@ def open_database(
8484

8585

8686
__title__ = "maxminddb"
87-
__version__ = "2.6.3"
87+
__version__ = "2.7.0"
8888
__author__ = "Gregory Oschwald"
8989
__license__ = "Apache License, Version 2.0"
9090
__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.6.3"
3+
version = "2.7.0"
44
description = "Reader for the MaxMind DB format"
55
authors = [
66
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},

0 commit comments

Comments
 (0)