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 7615adb commit 5df245dCopy full SHA for 5df245d
geoip2/__init__.py
@@ -1,7 +1,7 @@
1
# pylint:disable=C0111
2
3
__title__ = "geoip2"
4
-__version__ = "5.0.0"
+__version__ = "5.0.1"
5
__author__ = "Gregory Oschwald"
6
__license__ = "Apache License, Version 2.0"
7
__copyright__ = "Copyright (c) 2013-2025 MaxMind, Inc."
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "geoip2"
-version = "5.0.0"
+version = "5.0.1"
8
description = "MaxMind GeoIP2 API"
9
authors = [
10
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
0 commit comments