Update tool version for last set of commits

This updates the tool version used for the recent set of commits. The
version is now 1.04 and is required for the latest version of openbmc
code that was released on May 25th, 2018.
diff --git a/thalerj/openbmctool.py b/thalerj/openbmctool.py
index 14e7995..3f64127 100644
--- a/thalerj/openbmctool.py
+++ b/thalerj/openbmctool.py
@@ -2065,7 +2065,7 @@
          main function for running the command line utility as a sub application  
     """ 
     global toolVersion 
-    toolVersion = "1.03"
+    toolVersion = "1.04"
     parser = createCommandParser()
     args = parser.parse_args(argv)