diff --git a/README.md b/README.md index 779f836..c2b4be4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ usage: ipgeolocation.py [-h] [-m] [-t TARGET] [-T file] [-u User-Agent] [-U file] [-g] [--noprint] [-v] [--nolog] [-x PROXY] [-X file] [-e file] [-ec file] [-ex file] -IPGeolocation 2.0.3 +IPGeolocation 2.0.4 --[ Retrieve IP Geolocation information from ip-api.com --[ Copyright (c) 2015-2016 maldevel (@maldevel) diff --git a/core/Menu.py b/core/Menu.py index 1e7c04f..446c201 100644 --- a/core/Menu.py +++ b/core/Menu.py @@ -25,10 +25,10 @@ For more see the file 'LICENSE' for copying permission. """ -__author__ = 'maldevel' +__author__ = 'maldevel' __twitter__ = '@maldevel' -__version__ = '2.0.3' -__year__ = '2015-2016' +__version__ = '2.0.4' +__year__ = '2015-2016' from argparse import RawTextHelpFormatter