diff --git a/settings/__init__.py b/settings/__init__.py index 067445b..69ebe37 100644 --- a/settings/__init__.py +++ b/settings/__init__.py @@ -15,7 +15,7 @@ USER_AGENT = "Sumokoin GUI Wallet" APP_NAME = "Sumokoin GUI Wallet" -VERSION = [0, 0, 6] +VERSION = [0, 0, 7] _data_dir = makeDir(os.path.join(getHomeDir(), 'SumokoinGUIWallet')) @@ -34,4 +34,4 @@ ] # COIN - number of smallest units in one coin -COIN = 1000000000.0 \ No newline at end of file +COIN = 1000000000.0