X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fconstants.py;h=9da8b69fdb4affd755638daaad75f28f41451f7c;hp=e34d464635c44cb2d5aa4177224e9ec3018b04d3;hb=d0799512e99e286826e555b6cfa56fc2200c13a5;hpb=79f8e494ea27f1a31e00396b3a998144d469fc00 diff --git a/src/constants.py b/src/constants.py index e34d464..9da8b69 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "Waters of Shiloah" __app_name__ = "watersofshiloah" -__version__ = "1.0.3" +__version__ = "1.0.4" __build__ = 0 __app_magic__ = 0x1AFF5 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)