Bump to 0.8.12
[nqaap] / src / constants.py
index 1170b85..43871fd 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "nQaap"
 __app_name__ = "nqaap"
-__version__ = "0.8.11"
+__version__ = "0.8.12"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)