Working on fremantlizing the simple_list
[quicknote] / src / constants.py
index a5f94e3..cf18571 100644 (file)
@@ -3,6 +3,6 @@ import os
 __pretty_app_name__ = "Quicknote"
 __app_name__ = "quicknote"
 __version__ = "0.7.8"
-__build__ = 1
+__build__ = 2
 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote")
 __app_magic__ = 0xdeadbeef