Skip to content

Commit d6cd6a0

Browse files
committed
Update for v5.2.0
1 parent 0a8e9fd commit d6cd6a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "geoip2"
3-
version = "5.1.0"
3+
version = "5.2.0"
44
description = "MaxMind GeoIP2 API"
55
authors = [
66
{name = "Gregory Oschwald", email = "[email protected]"},

src/geoip2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""geoip2 client library."""
22

33
__title__ = "geoip2"
4-
__version__ = "5.1.0"
4+
__version__ = "5.2.0"
55
__author__ = "Gregory Oschwald"
66
__license__ = "Apache License, Version 2.0"
77
__copyright__ = "Copyright (c) 2013-2025 MaxMind, Inc."

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)