Skip to content

Commit 056787f

Browse files
committedJan 28, 2025··
Update for v5.0.0
1 parent eda1f07 commit 056787f

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

55
[project]
66
name = "geoip2"
7-
version = "4.8.1"
7+
version = "5.0.0"
88
description = "MaxMind GeoIP2 API"
99
authors = [
1010
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},

0 commit comments

Comments
 (0)
Please sign in to comment.