File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111A REST API for GeoIP lookups. This API allows you to lookup geographic
1212and network information for IP addresses using the MaxMind GeoLite2 databases.
1313"""
14- API_VERSION = "1.0.2 "
14+ API_VERSION = "1.1.0 "
1515API_PREFIX = "/api/v1"
1616
1717# Database settings
Original file line number Diff line number Diff line change 55
66setup (
77 name = "geoip-py" ,
8- version = "1.1.0" , # ← AGGIORNATA
8+ version = "1.0.2" ,
99 author = "Malith Rukshan" ,
101011- description = "Self-hosted IP geolocation library and API with currency support that works completely offline!" , # ← AGGIORNATA
11+ description = "Self-hosted IP geolocation library and API with currency support that works completely offline!" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/Malith-Rukshan/geoip-api" ,
You can’t perform that action at this time.
0 commit comments