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 b115216 commit b4e2495Copy full SHA for b4e2495
maxminddb/__init__.py
@@ -88,7 +88,7 @@ def open_database(
88
89
90
__title__ = "maxminddb"
91
-__version__ = "2.8.0"
+__version__ = "2.8.1"
92
__author__ = "Gregory Oschwald"
93
__license__ = "Apache License, Version 2.0"
94
__copyright__ = "Copyright 2013-2025 MaxMind, Inc."
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "maxminddb"
3
-version = "2.8.0"
+version = "2.8.1"
4
description = "Reader for the MaxMind DB format"
5
authors = [
6
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
0 commit comments