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 d56f6c4 commit 542dc56Copy full SHA for 542dc56
maxminddb/__init__.py
@@ -84,7 +84,7 @@ def open_database(
84
85
86
__title__ = "maxminddb"
87
-__version__ = "2.6.3"
+__version__ = "2.7.0"
88
__author__ = "Gregory Oschwald"
89
__license__ = "Apache License, Version 2.0"
90
__copyright__ = "Copyright 2013-2025 MaxMind, Inc."
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "maxminddb"
3
-version = "2.6.3"
+version = "2.7.0"
4
description = "Reader for the MaxMind DB format"
5
authors = [
6
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
0 commit comments