We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d87ca commit a56060dCopy full SHA for a56060d
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="ip2location-io",
8
- version="1.0.6",
+ version="1.0.7",
9
author="IP2Location",
10
author_email="support@ip2location.com",
11
description="This SDK provides users with the ability to perform IP geolocation lookup and domain WHOIS lookup through a web service.",
@@ -26,6 +26,7 @@
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
"Programming Language :: Python :: Implementation :: CPython",
31
"Programming Language :: Python :: Implementation :: PyPy",
32
"License :: OSI Approved :: MIT License",
0 commit comments