Skip to content

Commit 607a0e6

Browse files
committedDec 5, 2023
Update for v4.8.0
1 parent 0cba4fa commit 607a0e6

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.7.0"
4+
__version__ = "4.8.0"
55
__author__ = "Gregory Oschwald"
66
__license__ = "Apache License, Version 2.0"
77
__copyright__ = "Copyright (c) 2013-2023 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.7.0"
7+
version = "4.8.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.