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",