Skip to content

Commit 5df245d

Browse files
committed
Update for v5.0.1
1 parent 7615adb commit 5df245d

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.0"
4+
__version__ = "5.0.1"
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "geoip2"
7-
version = "5.0.0"
7+
version = "5.0.1"
88
description = "MaxMind GeoIP2 API"
99
authors = [
1010
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)