Increment version number
diff --git a/setup.py b/setup.py
index 452e054..d30e80b 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@
         raise RuntimeError(
             "python setuptools is required to build gstack")
 
-VERSION = '0.0.3'
+VERSION = '0.1.0'
 
 import os