Skip to content

Commit

Permalink
v1.0.2 version bump - first signed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryran committed Jun 23, 2015
1 parent 1130c90 commit 9debefe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand All @@ -45,4 +45,3 @@
gtk.STOCK_DIALOG_QUESTION, # 2
gtk.STOCK_DIALOG_WARNING, # 3
gtk.STOCK_DIALOG_ERROR] # 4

0 comments on commit 9debefe

Please sign in to comment.