Skip to content

Commit

Permalink
Update documentations
Browse files Browse the repository at this point in the history
Tested with CPython and PyPy.
  • Loading branch information
ip2location committed Oct 4, 2024
1 parent fb7d766 commit 07fbd47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.4.2 2024-10-04
* Tested with CPython and PyPy.

3.4.1 2024-09-27
* Tested with Python 3.12.

Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: IP2Proxy
Version: 3.4.1
Version: 3.4.2
Summary: Python API for IP2Proxy database
Home-page: http://www.ip2location.com
Author: IP2Location
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="IP2Proxy",
version="3.4.1",
version="3.4.2",
author="IP2Location",
author_email="support@ip2location.com",
description="Python API for IP2Proxy database. It can be used to query an IP address if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.",
Expand All @@ -28,6 +28,8 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
),
Expand Down

0 comments on commit 07fbd47

Please sign in to comment.