electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 5883aaf8ca2f79bf694d11ac6b63f5defd2a2c38
parent abbd4e065e91890000bb21ebb7dd0dea0e7bc47f
Author: thomasv <thomasv@gitorious>
Date:   Tue,  6 Dec 2011 12:41:06 +0100

bump version number

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup -version = "0.29" +version = "0.30" setup(name = "Electrum", version = version,