From a3c4c6e7ca3aa3fcb758942f474473b96fa3de81 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 10 Nov 2009 19:57:04 -0600 Subject: [PATCH] Version bump --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index e6d636d..bcc1000 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "Gonvert" __app_name__ = "gonvert" __version__ = "0.9.0" -__build__ = 0 +__build__ = 1 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert") _user_settings_ = "%s/settings.ini" % _data_path_ -- 1.7.9.5