From 98a809415deb191bdd1a8f2e3f81822cb7851d6f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 5 Mar 2015 18:07:02 +0100 Subject: [PATCH] bump version number --- lib/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.py b/lib/version.py index 83a47a421..6198fd459 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = "2.0" # version of the client package +ELECTRUM_VERSION = "2.0.1" # 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