Skip to content

Commit b1b22c2

Browse files
committed
2.0.4
2.0.4
1 parent 5100e40 commit b1b22c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

core/Menu.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
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

3434
from argparse import RawTextHelpFormatter

0 commit comments

Comments
 (0)