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 95c6ce0 commit 8889f19Copy full SHA for 8889f19
maxminddb/__init__.py
@@ -81,7 +81,7 @@ def open_database(
81
82
83
__title__ = "maxminddb"
84
-__version__ = "2.6.0"
+__version__ = "2.6.1"
85
__author__ = "Gregory Oschwald"
86
__license__ = "Apache License, Version 2.0"
87
__copyright__ = "Copyright 2013-2024 MaxMind, Inc."
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "maxminddb"
7
-version = "2.6.0"
+version = "2.6.1"
8
description = "Reader for the MaxMind DB format"
9
authors = [
10
{name = "Gregory Oschwald", email = "[email protected]"},
0 commit comments