We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c8f9d commit d67358dCopy full SHA for d67358d
IP2Proxy.py
@@ -52,7 +52,7 @@ def inet_pton(t, addr):
52
return out_addr_p.raw
53
socket.inet_pton = inet_pton
54
55
-_VERSION = '3.1.0'
+_VERSION = '3.1.2'
56
_NO_IP = 'MISSING IP ADDRESS'
57
_FIELD_NOT_SUPPORTED = 'NOT SUPPORTED'
58
_INVALID_IP_ADDRESS = 'INVALID IP ADDRESS'
0 commit comments