Skip to content

Commit 53afa96

Browse files
authored
Updated the homepage link.
1 parent 64295dd commit 53afa96

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
8.8.1 2022-08-12
2+
* Updated the homepage link.
3+
14
8.8.0 2022-06-22
25
* Reduced file I/O.
36

PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: IP2Location
3-
Version: 8.8.0
3+
Version: 8.8.1
44
Summary: Python API for IP2Location database
55
Home-page: http://www.ip2location.com
66
Author: IP2Location

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IP2Location 8.8.0
1+
# IP2Location 8.8.1
22

33

44
This is a IP2Location Python library that enables the user to find the country, region or state, city, latitude and longitude, ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, usage type, address type and IAB category by IP address or hostname originates from. The library reads the geo location information from **IP2Location BIN data** file.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
setuptools.setup(
77
name="IP2Location",
8-
version="8.8.0",
8+
version="8.8.1",
99
author="IP2Location",
1010
author_email="[email protected]",
1111
description="This is an IP geolocation library that enables the user to find the country, region, city, latitude and longitude, ZIP code, time zone, ISP, domain name, area code, weather info, mobile info, elevation, usage type, address type and IAB category from an IP address. It supports both IPv4 and IPv6 lookup.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
py_modules=['IP2Location'],
15-
url="https://github.com/ip2location/ip2location-python",
15+
url="https://github.com/chrislim2888/ip2location-python",
1616
packages=setuptools.find_packages(),
1717
tests_require=['pytest>=3.0.6'],
1818
classifiers=[

0 commit comments

Comments
 (0)