docs: Documentation update for 0.1.0 release

Change-Id: I5d7c0f3b4242103d6ad4e864316fb50c3634f21b
diff --git a/wscript b/wscript
index 2ba2dda..4e8622b 100644
--- a/wscript
+++ b/wscript
@@ -237,6 +237,9 @@
             VERSION=VERSION_BASE)
 
 def version(ctx):
+    if getattr(Context.g_module, 'VERSION_BASE', None):
+        return
+
     Context.g_module.VERSION_BASE = Context.g_module.VERSION
     Context.g_module.VERSION_SPLIT = [v for v in VERSION_BASE.split('.')]