From 9debefe354606f063b40d786e1a1e898b29dca0f Mon Sep 17 00:00:00 2001 From: Ryan Sawhill Aroha Date: Tue, 23 Jun 2015 14:51:09 -0400 Subject: [PATCH] v1.0.2 version bump - first signed commit --- modules/cfg.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/cfg.py b/modules/cfg.py index 60f2aad..4b9daf7 100644 --- a/modules/cfg.py +++ b/modules/cfg.py @@ -27,7 +27,7 @@ from os import getenv # Important variables -VERSION = 'v1.0.1' +VERSION = 'v1.0.2' ASSETDIR = '/usr/share/pyrite/' USERPREF_FILE = getenv('HOME') + '/.pyrite' USERPREF_FORMAT_INFO = {'version':'Must6fa'} @@ -45,4 +45,3 @@ gtk.STOCK_DIALOG_QUESTION, # 2 gtk.STOCK_DIALOG_WARNING, # 3 gtk.STOCK_DIALOG_ERROR] # 4 -