bump version number, update readme
authorThomasV <thomasv@gitorious>
Tue, 29 Nov 2011 09:32:56 +0000 (10:32 +0100)
committerThomasV <thomasv@gitorious>
Tue, 29 Nov 2011 09:32:56 +0000 (10:32 +0100)
client/README
setup.py

index 6cbc5e4..84fc3c0 100644 (file)
@@ -20,10 +20,11 @@ Features:
 
 INSTALL
 
-You need install pygtk, python-ecdsa and pycrypto
+You will need pygtk to use the gui
 
+If you have installed from git, you will need to install python-ecdsa and slowaes:
 * sudo easy_install ecdsa
-* sudo easy_install pycrypto
+* sudo easy_install slowaes
 
 
 RUN
index d701bfe..06f52b1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,11 +1,11 @@
 #!/usr/bin/python
 
-#python mysetup.py sdist --format=zip,gztar
+# python setup.py sdist --format=zip,gztar
 
 
 from distutils.core import setup
 
-version = "0.27"
+version = "0.28"
 
 setup(name = "Electrum",
     version = version,