We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec07f0b commit 58c88f4Copy full SHA for 58c88f4
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="IP2WHOIS",
8
- version="2.2.4",
+ version="2.2.5",
9
author="IP2WHOIS",
10
author_email="support@ip2whois.com",
11
description="IP2WHOIS Python SDK to help user to check WHOIS information for a particular domain.",
@@ -33,6 +33,9 @@
33
"Programming Language :: Python :: 3.8",
34
"Programming Language :: Python :: 3.9",
35
"Programming Language :: Python :: 3.10",
36
+ "Programming Language :: Python :: 3.11",
37
+ "Programming Language :: Python :: 3.12",
38
+ "Programming Language :: Python :: 3.13",
39
"License :: OSI Approved :: MIT License",
40
"Operating System :: OS Independent",
41
],
0 commit comments