X-Git-Url: https://v.licheni.net/stack/code/dboxswitch.git/blobdiff_plain/89c94c14cc78f8027edc13750eda23c03a4435b2..HEAD:/dboxswitch/settings.py diff --git a/dboxswitch/settings.py b/dboxswitch/settings.py index 6438107..7d32271 100644 --- a/dboxswitch/settings.py +++ b/dboxswitch/settings.py @@ -42,7 +42,7 @@ class Settings(): os.path.dirname(path))) self.appname = "dboxswitch" - self.appversion = "0.1" + self.appversion = "0.9.1" if os.path.isdir(os.path.join(__location__,"icons")): path = os.path.join(__location__,"icons") else: