File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ usage: ipgeolocation.py [-h] [-m] [-t TARGET] [-T file] [-u User-Agent]
4747 [-U file] [-g] [--noprint] [-v] [--nolog] [-x PROXY]
4848 [-X file] [-e file] [-ec file] [-ex file]
4949
50- IPGeolocation 2.0.3
50+ IPGeolocation 2.0.4
5151
5252--[ Retrieve IP Geolocation information from ip-api.com
5353--[ Copyright (c) 2015-2016 maldevel (@maldevel)
Original file line number Diff line number Diff line change 2525 For more see the file 'LICENSE' for copying permission.
2626"""
2727
28- __author__ = 'maldevel'
28+ __author__ = 'maldevel'
2929__twitter__ = '@maldevel'
30- __version__ = '2.0.3 '
31- __year__ = '2015-2016'
30+ __version__ = '2.0.4 '
31+ __year__ = '2015-2016'
3232
3333
3434from argparse import RawTextHelpFormatter
You can’t perform that action at this time.
0 commit comments