Skip to content

Commit

Permalink
Update to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sumoprojects authored Jul 6, 2018
1 parent 6b398da commit 13ca62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand All @@ -34,4 +34,4 @@
]

# COIN - number of smallest units in one coin
COIN = 1000000000.0
COIN = 1000000000.0

0 comments on commit 13ca62a

Please sign in to comment.