From e606ec9506c98320980ded73c5e23099571c4beb Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 10 Nov 2011 09:37:07 +0100 Subject: [PATCH] bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ea530f5..821e22f5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name = "Electrum", - version = "0.2", + version = "0.21", description = "Lightweight Bitcoin Wallet", author = "thomasv", license = "GNU GPLv3",