Bump to 1.0.0-2 to fix deps for Diablo
[gonvert] / src / constants.py
index 63cd501..ecaa541 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "Gonvert"
 __app_name__ = "gonvert"
-__version__ = "0.9.3"
-__build__ = 0
+__version__ = "1.0.0"
+__build__ = 2
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
 _user_settings_ = "%s/settings.json" % _data_path_