From 7a1970729ad7938a2ade1eff20d34adb203aeed9 Mon Sep 17 00:00:00 2001 From: lionsoul2014 Date: Wed, 25 Feb 2026 14:12:16 +0800 Subject: [PATCH] python 3.0.3 with cn/en README doc --- binding/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binding/python/setup.py b/binding/python/setup.py index e43d77a..7c62011 100644 --- a/binding/python/setup.py +++ b/binding/python/setup.py @@ -2,9 +2,9 @@ setuptools.setup( name="py-ip2region", - version="3.0.2", + version="3.0.3", description="ip2region official python binding with both IPv4 and IPv6 supported", - long_description=open("ReadMe.md", encoding='utf-8').read(), + long_description=open("README.md", encoding='utf-8').read(), long_description_content_type='text/markdown', url="https://github.com/lionsoul2014/ip2region",