Skip to content

Commit 193875c

Browse files
committed
Update for v5.1.0
1 parent b2d48a3 commit 193875c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geoip2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint:disable=C0111
22

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

pyproject.toml

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

0 commit comments

Comments
 (0)