diff --git a/version.py b/version.py
index f0f4860..7affa5e 100644
--- a/version.py
+++ b/version.py
@@ -1,7 +1,10 @@
-name = "pykeylogger" # change this for stealth. you must also change the filenames of the .ini, .val, and the icon files and replace "pykeylogger" with what you put in here.
+# change this for stealth. you must also change the filenames of the .ini, .val, and the icon files and replace "pykeylogger" with what you put in here.
+name = "pykeylogger"
+# change this for stealth
+description = "Simple Python Keylogger"
+
version = "1.0.3"
-description = "Simple Python Keylogger" # change this for stealth
url = "http://pykeylogger.sourceforge.net"
license = "GPL"
author = "Daniel Folkinshteyn"