From b1b22c21f10ead25be16668b0254acb3972526aa Mon Sep 17 00:00:00 2001
From: maldevel <maldevel@mail.com>
Date: Thu, 21 Apr 2016 10:24:07 +0300
Subject: [PATCH] 2.0.4

2.0.4
---
 README.md    | 2 +-
 core/Menu.py | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

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