We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d279b7a commit 8d08c6bCopy full SHA for 8d08c6b
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="ip2location-io",
8
- version="1.0.4",
+ version="1.0.5",
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.",
@@ -25,6 +25,7 @@
25
"Programming Language :: Python :: 3.9",
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
+ "Programming Language :: Python :: 3.12",
29
"License :: OSI Approved :: MIT License",
30
"Operating System :: OS Independent",
31
],
0 commit comments