Skip to content

Commit e8ee6aa

Browse files
Fix version to 1.0.2
1 parent 1cd0b31 commit e8ee6aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
A REST API for GeoIP lookups. This API allows you to lookup geographic
1212
and network information for IP addresses using the MaxMind GeoLite2 databases.
1313
"""
14-
API_VERSION = "1.0.2"
14+
API_VERSION = "1.1.0"
1515
API_PREFIX = "/api/v1"
1616

1717
# Database settings

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
setup(
77
name="geoip-py",
8-
version="1.1.0", # ← AGGIORNATA
8+
version="1.0.2",
99
author="Malith Rukshan",
1010
author_email="[email protected]",
11-
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",

0 commit comments

Comments
 (0)