tbump version number - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6fc9ca2a4102a58a2bc9765a260ad1fd94fbf173 DIR parent 2ea25fbb176ff0a9b0da5eff28db140aa215cbea HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 8 Mar 2015 19:09:03 +0100 bump version number Diffstat: M lib/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = "2.0.1" # version of the client package +ELECTRUM_VERSION = "2.0.2" # version of the client package PROTOCOL_VERSION = '0.9' # protocol version requested NEW_SEED_VERSION = 11 # electrum versions >= 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0