X-Git-Url: http://git.maemo.org/git/?p=ejpi;a=blobdiff_plain;f=src%2Fconstants.py;h=f94f1528bc113bf8cdf1872dbf627d2ce6a0dc78;hp=0cab4463dceb7186b8f457186d2cf0547a1a8263;hb=9f1ec36b1d700627057b952ebce4fc290dfa28dd;hpb=c3e36a7fc8cc7cd5b5a23e7edb3a8c69a42a5c93 diff --git a/src/constants.py b/src/constants.py index 0cab446..f94f152 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "e**(j pi) + 1 = 0" __app_name__ = "ejpi" -__version__ = "1.0.4" +__version__ = "1.0.5" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)