We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cba4fa commit 607a0e6Copy full SHA for 607a0e6
geoip2/__init__.py
@@ -1,7 +1,7 @@
1
# pylint:disable=C0111
2
3
__title__ = "geoip2"
4
-__version__ = "4.7.0"
+__version__ = "4.8.0"
5
__author__ = "Gregory Oschwald"
6
__license__ = "Apache License, Version 2.0"
7
__copyright__ = "Copyright (c) 2013-2023 MaxMind, Inc."
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "geoip2"
-version = "4.7.0"
+version = "4.8.0"
8
description = "MaxMind GeoIP2 API"
9
authors = [
10
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
0 commit comments